Class: Aws::LocationService::Types::DescribeMapRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeMapRequest
- 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.
Instance Attribute Details
#map_name ⇒ String
The name of the map resource.
2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2423 class DescribeMapRequest < Struct.new( :map_name) SENSITIVE = [] include Aws::Structure end |