Class GetInstanceAccessRequest

    • Method Detail

      • fleetId

        public final String fleetId()

        A unique identifier for the fleet that contains the instance you want to access. You can request access to instances in EC2 fleets with the following statuses: ACTIVATING, ACTIVE, or ERROR. Use either a fleet ID or an ARN value.

        You can access fleets in ERROR status for a short period of time before Amazon GameLift deletes them.

        Returns:
        A unique identifier for the fleet that contains the instance you want to access. You can request access to instances in EC2 fleets with the following statuses: ACTIVATING, ACTIVE, or ERROR. Use either a fleet ID or an ARN value.

        You can access fleets in ERROR status for a short period of time before Amazon GameLift deletes them.

      • instanceId

        public final String instanceId()

        A unique identifier for the instance you want to access. You can access an instance in any status.

        Returns:
        A unique identifier for the instance you want to access. You can access an instance in any status.
      • 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