Class: Aws::LocationService::Types::ListRouteCalculatorsResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListRouteCalculatorsResponseEntry
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
A route calculator resource listed in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculator_name ⇒ String
The name of the route calculator resource.
-
#create_time ⇒ Time
The timestamp when the route calculator resource was created in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
. -
#data_source ⇒ String
The data provider of traffic and road network data.
-
#description ⇒ String
The optional description of the route calculator resource.
-
#pricing_plan ⇒ String
Always returns
RequestBasedUsage
. -
#update_time ⇒ Time
The timestamp when the route calculator resource was last updated in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#calculator_name ⇒ String
The name of the route calculator resource.
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The timestamp when the route calculator resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
- For example,
2020–07-2T12:15:20.000Z+01:00
^
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description of the route calculator resource.
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
Always returns RequestBasedUsage
.
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp when the route calculator resource was last updated in
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
- For example,
2020–07-2T12:15:20.000Z+01:00
^
4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4679 class ListRouteCalculatorsResponseEntry < Struct.new( :calculator_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |