Class: Aws::LocationService::Types::DeleteMapRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#map_nameString

The name of the map resource to be deleted.

Returns:

  • (String)


2167
2168
2169
2170
2171
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2167

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