Class: Aws::GameLift::Types::DeleteLocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteLocationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_name ⇒ String
The location name of the custom location to be deleted.
Instance Attribute Details
#location_name ⇒ String
The location name of the custom location to be deleted.
3277 3278 3279 3280 3281 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3277 class DeleteLocationInput < Struct.new( :location_name) SENSITIVE = [] include Aws::Structure end |