Class: Aws::GameLift::Types::InstanceAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::InstanceAccess
- 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
-
#credentials ⇒ Types::InstanceCredentials
Credentials required to access the instance.
-
#fleet_id ⇒ String
A unique identifier for the fleet containing the instance being accessed.
-
#instance_id ⇒ String
A unique identifier for the instance being accessed.
-
#ip_address ⇒ String
IP address that is assigned to the instance.
-
#operating_system ⇒ String
Operating system that is running on the instance.
Instance Attribute Details
#credentials ⇒ Types::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_id ⇒ String
A unique identifier for the fleet containing the instance being accessed.
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_id ⇒ String
A unique identifier for the instance being accessed.
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_address ⇒ String
IP address that is assigned to 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 |
#operating_system ⇒ String
Operating system that is running on 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 |