Class: Aws::GameLift::Types::UpdateAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateAliasOutput
- 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 updated alias resource.
Instance Attribute Details
#alias ⇒ Types::Alias
The updated alias resource.
11020 11021 11022 11023 11024 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11020 class UpdateAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |