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

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

Overview

Information and credentials that you can use to remotely connect to an instance in an EC2 managed fleet. This data type is returned in response to a call to GetInstanceAccess.

Constant Summary collapse

SENSITIVE =
[:ip_address, :credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Security credentials that are required to access the instance.



5626
5627
5628
5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5626

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

#fleet_idString

A unique identifier for the fleet containing the instance to be accessed.

Returns:

  • (String)


5626
5627
5628
5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5626

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

#instance_idString

A unique identifier for the instance to be accessed.

Returns:

  • (String)


5626
5627
5628
5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5626

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

#ip_addressString

IP address assigned to the instance.

Returns:

  • (String)


5626
5627
5628
5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5626

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

#operating_systemString

Operating system that is running on the instance.

Returns:

  • (String)


5626
5627
5628
5629
5630
5631
5632
5633
5634
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5626

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