Module: Aws::LocationService::Client::_DescribeRouteCalculatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRouteCalculatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #calculator_arn ⇒ ::String
- #calculator_name ⇒ ::String
- #create_time ⇒ ::Time
- #data_source ⇒ ::String
- #description ⇒ ::String
- #pricing_plan ⇒ "RequestBasedUsage", ...
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#calculator_arn ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def calculator_arn: () -> ::String
|
#calculator_name ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def calculator_name: () -> ::String
|
#create_time ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def create_time: () -> ::Time
|
#data_source ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def data_source: () -> ::String
|
#description ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def description: () -> ::String
|
#pricing_plan ⇒ "RequestBasedUsage", ...
481 |
# File 'sig/client.rbs', line 481
def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
|
#tags ⇒ ::Hash[::String, ::String]
486 |
# File 'sig/client.rbs', line 486
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
484 |
# File 'sig/client.rbs', line 484
def update_time: () -> ::Time
|