class Aws::GameLift::Types::GetInstanceAccessInput

Represents the input for a request operation.

@note When making an API call, you may pass GetInstanceAccessInput

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      instance_id: "InstanceId", # required
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet that contains the instance you
want access to. You can use either the fleet ID or ARN value. The
fleet can be in any of the following statuses: `ACTIVATING`,
`ACTIVE`, or `ERROR`. Fleets with an `ERROR` status may be
accessible for a short time before they are deleted.
@return [String]

@!attribute [rw] instance_id

A unique identifier for the instance you want to get access to. You
can access an instance in any status.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/GetInstanceAccessInput AWS API Documentation

Constants

SENSITIVE