Class: Aws::LocationService::Types::DescribeMapRequest

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.

Returns:

  • (String)


2407
2408
2409
2410
2411
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2407

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