AWSLocationCreateMapResponse

Objective-C

@interface AWSLocationCreateMapResponse

Swift

class AWSLocationCreateMapResponse
  • The timestamp for when the map 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 map resource. Used to specify a resource across all Amazon Web Services.

    • 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 map resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable mapName;

    Swift

    var mapName: String? { get set }