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

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::Alias

Object that describes the newly created alias record.

Returns:



312
313
314
315
# File 'lib/aws-sdk-gamelift/types.rb', line 312

class CreateAliasOutput < Struct.new(
  :alias)
  include Aws::Structure
end