Class: Aws::GameLift::Types::DescribeAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeAliasInput
- 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 for the fleet alias that you want to retrieve.
Instance Attribute Details
#alias_id ⇒ String
The unique identifier for the fleet alias that you want to retrieve. You can use either the alias ID or ARN value.
3403 3404 3405 3406 3407 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3403 class DescribeAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |