Class: Aws::GameLift::Types::CreateAliasOutput

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 newly created alias resource.

Returns:



543
544
545
546
547
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 543

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