AWSLocationUpdateMapResponse
Objective-C
@interface AWSLocationUpdateMapResponse
Swift
class AWSLocationUpdateMapResponse
-
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapArn;
Swift
var mapArn: String? { get set }
-
The name of the updated map resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapName;
Swift
var mapName: String? { get set }
-
The timestamp for when the map resource 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 }