AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeRouteCalculator operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LocationService.Model.DescribeRouteCalculatorResponse

Namespace: Amazon.LocationService.Model
Assembly: AWSSDK.LocationService.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeRouteCalculatorResponse : AmazonWebServiceResponse

The DescribeRouteCalculatorResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CalculatorArn System.String

Gets and sets the property CalculatorArn.

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

Public Property CalculatorName System.String

Gets and sets the property CalculatorName.

The name of the route calculator resource being described.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

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

Public Property DataSource System.String

Gets and sets the property DataSource.

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.

Public Property Description System.String

Gets and sets the property Description.

The optional description of the route calculator resource.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property PricingPlan Amazon.LocationService.PricingPlan

Gets and sets the property PricingPlan.

Always returns RequestBasedUsage.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Tags associated with route calculator resource.

Public Property UpdateTime System.DateTime

Gets and sets the property UpdateTime.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5