AWSLocationDescribeRouteCalculatorResponse
Objective-C
@interface AWSLocationDescribeRouteCalculatorResponseSwift
class AWSLocationDescribeRouteCalculatorResponse- 
                  
                  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
 DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable calculatorArn;Swift var calculatorArn: String? { get set }
- 
                  
                  The name of the route calculator resource being described. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable calculatorName;Swift var calculatorName: String? { get set }
- 
                  
                  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
 DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable createTime;Swift var createTime: Date? { get set }
- 
                  
                  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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable dataSource;Swift var dataSource: String? { get set }
- 
                  
                  The optional description of the route calculator resource. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  Always returns RequestBasedUsage.DeclarationObjective-C @property (nonatomic) AWSLocationPricingPlan pricingPlan;Swift var pricingPlan: AWSLocationPricingPlan { get set }
- 
                  
                  Tags associated with route calculator resource. DeclarationObjective-C @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift var tags: [String : String]? { get set }
- 
                  
                  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
 DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable updateTime;Swift var updateTime: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLocationDescribeRouteCalculatorResponse Class Reference
        AWSLocationDescribeRouteCalculatorResponse Class Reference