Class: Aws::GameLift::Types::DescribeAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeAliasOutput
- Defined in:
- gems/aws-sdk-gamelift/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.
3522 3523 3524 3525 3526 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3522 class DescribeAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |