Class: Aws::GameLift::Types::GetComputeAccessOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GetComputeAccessOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#compute_arn ⇒ String
The Amazon Resource Name ([ARN][1]) that is assigned to a GameLift compute resource and uniquely identifies it.
-
#compute_name ⇒ String
The name of the compute resource you requested credentials for.
-
#credentials ⇒ Types::AwsCredentials
The access credentials for the compute resource.
-
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN][1]) that is assigned to a GameLift fleet resource and uniquely identifies it.
-
#fleet_id ⇒ String
The fleet ID of compute resource.
Instance Attribute Details
#compute_arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a GameLift
compute resource and uniquely identifies it. ARNs are unique across
all Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
5218 5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5218 class GetComputeAccessOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :credentials) SENSITIVE = [:credentials] include Aws::Structure end |
#compute_name ⇒ String
The name of the compute resource you requested credentials for.
5218 5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5218 class GetComputeAccessOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :credentials) SENSITIVE = [:credentials] include Aws::Structure end |
#credentials ⇒ Types::AwsCredentials
The access credentials for the compute resource.
5218 5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5218 class GetComputeAccessOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :credentials) SENSITIVE = [:credentials] include Aws::Structure end |
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a GameLift
fleet resource and uniquely identifies it. ARNs are unique across
all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
5218 5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5218 class GetComputeAccessOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :credentials) SENSITIVE = [:credentials] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of compute resource.
5218 5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5218 class GetComputeAccessOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :credentials) SENSITIVE = [:credentials] include Aws::Structure end |