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

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

Overview

Information required to remotely connect to a fleet instance.

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Credentials required to access the instance.



5505
5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5505

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

#fleet_idString

A unique identifier for the fleet containing the instance being accessed.

Returns:

  • (String)


5505
5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5505

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

#instance_idString

A unique identifier for the instance being accessed.

Returns:

  • (String)


5505
5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5505

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

#ip_addressString

IP address that is assigned to the instance.

Returns:

  • (String)


5505
5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5505

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

#operating_systemString

Operating system that is running on the instance.

Returns:

  • (String)


5505
5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5505

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