Class: Aws::GameLift::Types::CreateAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateAliasOutput
- 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 newly created alias resource.
Instance Attribute Details
#alias ⇒ Types::Alias
The newly created alias resource.
1296 1297 1298 1299 1300 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1296 class CreateAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |