Class DescribeComputeRequest

    • Method Detail

      • fleetId

        public final String fleetId()

        A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.

        Returns:
        A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.
      • computeName

        public final String computeName()

        The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.

        Returns:
        The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object