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.



2571
2572
2573
2574
2575
# File 'lib/aws-sdk-gamelift/types.rb', line 2571

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