Class: Aws::GameLift::Types::DescribeAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeAliasOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ Types::Alias
The requested alias resource.
Instance Attribute Details
#alias ⇒ Types::Alias
The requested alias resource.
3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3597 class DescribeAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |