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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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)


3421
3422
3423
3424
3425
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3421

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