AWSLocationUpdateRouteCalculatorResponse
Objective-C
@interface AWSLocationUpdateRouteCalculatorResponse
Swift
class AWSLocationUpdateRouteCalculatorResponse
-
The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.
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 updated route calculator resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable calculatorName;
Swift
var calculatorName: String? { get set }
-
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable updateTime;
Swift
var updateTime: Date? { get set }