Module: Aws::LocationService::Client::_DescribeMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMapResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::MapConfiguration
- #create_time ⇒ ::Time
- #data_source ⇒ ::String
- #description ⇒ ::String
- #map_arn ⇒ ::String
- #map_name ⇒ ::String
- #pricing_plan ⇒ "RequestBasedUsage", ...
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#configuration ⇒ Types::MapConfiguration
447 |
# File 'sig/client.rbs', line 447
def configuration: () -> Types::MapConfiguration
|
#create_time ⇒ ::Time
450 |
# File 'sig/client.rbs', line 450
def create_time: () -> ::Time
|
#data_source ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def data_source: () -> ::String
|
#description ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def description: () -> ::String
|
#map_arn ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def map_arn: () -> ::String
|
#map_name ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def map_name: () -> ::String
|
#pricing_plan ⇒ "RequestBasedUsage", ...
445 |
# File 'sig/client.rbs', line 445
def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
|
#tags ⇒ ::Hash[::String, ::String]
449 |
# File 'sig/client.rbs', line 449
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
451 |
# File 'sig/client.rbs', line 451
def update_time: () -> ::Time
|