Class: Aws::GameLift::Types::DeleteLocationInput

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

#location_nameString

The location name of the custom location to be deleted.

Returns:

  • (String)


3217
3218
3219
3220
3221
# File 'lib/aws-sdk-gamelift/types.rb', line 3217

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