Class: Aws::GameLift::Types::ResolveAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ResolveAliasInput
- Includes:
- Structure
- Defined in:
- 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.
9508 9509 9510 9511 9512 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9508 class ResolveAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |