Class: Aws::GameLift::Types::CreateLocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateLocationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ Types::LocationModel
The details of the custom location you created.
Instance Attribute Details
#location ⇒ Types::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 |