Class: Aws::GameLift::Types::ResolveAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ResolveAliasOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN]) associated with the GameLift fleet resource that this alias points to.
-
#fleet_id ⇒ String
The fleet identifier that the alias is pointing to.
Instance Attribute Details
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN]) associated with the GameLift fleet resource that this alias points to.
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
9529 9530 9531 9532 9533 9534 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9529 class ResolveAliasOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet identifier that the alias is pointing to.
9529 9530 9531 9532 9533 9534 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9529 class ResolveAliasOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end |