AWSLocationCreateRouteCalculatorResponse
Objective-C
@interface AWSLocationCreateRouteCalculatorResponse
Swift
class AWSLocationCreateRouteCalculatorResponse
-
The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable calculatorArn;
Swift
var calculatorArn: String? { get set }
-
The name of the route calculator resource.
For example,
ExampleRouteCalculator
.
Declaration
Objective-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
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createTime;
Swift
var createTime: Date? { get set }