Class: Aws::LocationService::Types::DescribeRouteCalculatorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DescribeRouteCalculatorResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #calculator_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the Route calculator resource.
 - 
  
    
      #calculator_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the route calculator resource being described.
 - 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when the route calculator resource was created in [ISO 8601] 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`.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Tags associated with route calculator resource.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when the route calculator resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 
Instance Attribute Details
#calculator_arn ⇒ String
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
- 
Format example: ‘arn:aws:geo:region:account-id:route-calculator/ExampleCalculator`
 
^
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#calculator_name ⇒ String
The name of the route calculator resource being described.
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) 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`
 
^
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) 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].
[1]: docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The optional description of the route calculator resource.
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#pricing_plan ⇒ String
Always returns ‘RequestBasedUsage`.
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
Tags associated with route calculator resource.
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#update_time ⇒ Time
The timestamp when the route calculator resource was last updated in
- ISO 8601][1
 - 
format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 
- 
For example, ‘2020–07-2T12:15:20.000Z+01:00`
 
^
      2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2676 class DescribeRouteCalculatorResponse < Struct.new( :calculator_name, :calculator_arn, :pricing_plan, :description, :create_time, :update_time, :data_source, :tags) SENSITIVE = [] include Aws::Structure end  |