Class: Aws::GameLift::Types::ResolveAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ResolveAliasOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN][1]) 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.
9529 9530 9531 9532 9533 9534 |
# File 'gems/aws-sdk-gamelift/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 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9529 class ResolveAliasOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end |