Class: Aws::GameLift::Types::UpdateAliasOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::Alias

The updated alias resource.

Returns:



8713
8714
8715
8716
8717
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8713

class UpdateAliasOutput < Struct.new(
  :alias)
  SENSITIVE = []
  include Aws::Structure
end