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