Class: Aws::GameLift::Types::CreateLocationOutput

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

#locationTypes::LocationModel

The details of the custom location you created.



2600
2601
2602
2603
2604
# File 'lib/aws-sdk-gamelift/types.rb', line 2600

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