Class: Aws::LocationService::Types::DeleteMapRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DeleteMapRequest
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_name ⇒ String
The name of the map resource to be deleted.
Instance Attribute Details
#map_name ⇒ String
The name of the map resource to be deleted.
2183 2184 2185 2186 2187 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2183 class DeleteMapRequest < Struct.new( :map_name) SENSITIVE = [] include Aws::Structure end |