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
Represents the returned data in response to a request operation.
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.
8703 8704 8705 8706 8707 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8703 class UpdateAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |