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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1377
1378
1379
1380
1381
# File 'lib/aws-sdk-gamelift/types.rb', line 1377

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