Class: Aws::GameLift::Types::InstanceAccess

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Credentials required to access the instance.



3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-gamelift/types.rb', line 3901

class InstanceAccess < Struct.new(
  :fleet_id,
  :instance_id,
  :ip_address,
  :operating_system,
  :credentials)
  include Aws::Structure
end

#fleet_idString

Unique identifier for a fleet containing the instance being accessed.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-gamelift/types.rb', line 3901

class InstanceAccess < Struct.new(
  :fleet_id,
  :instance_id,
  :ip_address,
  :operating_system,
  :credentials)
  include Aws::Structure
end

#instance_idString

Unique identifier for an instance being accessed.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-gamelift/types.rb', line 3901

class InstanceAccess < Struct.new(
  :fleet_id,
  :instance_id,
  :ip_address,
  :operating_system,
  :credentials)
  include Aws::Structure
end

#ip_addressString

IP address assigned to the instance.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-gamelift/types.rb', line 3901

class InstanceAccess < Struct.new(
  :fleet_id,
  :instance_id,
  :ip_address,
  :operating_system,
  :credentials)
  include Aws::Structure
end

#operating_systemString

Operating system that is running on the instance.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
# File 'lib/aws-sdk-gamelift/types.rb', line 3901

class InstanceAccess < Struct.new(
  :fleet_id,
  :instance_id,
  :ip_address,
  :operating_system,
  :credentials)
  include Aws::Structure
end