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:



1549
1550
1551
1552
1553
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1549

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