Class: Aws::GameLift::Types::ResolveAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ResolveAliasInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The unique identifier of the alias that you want to retrieve a fleet ID for.
Instance Attribute Details
#alias_id ⇒ String
The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.
9637 9638 9639 9640 9641 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9637 class ResolveAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |