AWSLocationCreatePlaceIndexResponse
Objective-C
@interface AWSLocationCreatePlaceIndexResponse
Swift
class AWSLocationCreatePlaceIndexResponse
-
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createTime;
Swift
var createTime: Date? { get set }
-
The Amazon Resource Name (ARN) for the 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 for the place index resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }