Class: Aws::LocationService::Types::ListRouteCalculatorsResponseEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#calculator_nameString

The name of the route calculator resource.

Returns:

  • (String)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

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

^

Returns:

  • (Time)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceString

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.

Returns:

  • (String)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description of the route calculator resource.

Returns:

  • (String)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

Always returns RequestBasedUsage.

Returns:

  • (String)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

^

Returns:

  • (Time)


4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4426

class ListRouteCalculatorsResponseEntry < Struct.new(
  :calculator_name,
  :create_time,
  :data_source,
  :description,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end