AWSLocationCreateKeyResponse

Objective-C

@interface AWSLocationCreateKeyResponse

Swift

class AWSLocationCreateKeyResponse
  • The timestamp for when the API key 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 }
  • key

    The key value/string of an API key. This value is used when making API calls to authorize the call. For example, see GetMapGlyphs.

    Declaration

    Objective-C

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

    Swift

    var key: String? { get set }
  • The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

    • Format example: arn:aws:geo:region:account-id:key/ExampleKey

    Declaration

    Objective-C

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

    Swift

    var keyArn: String? { get set }
  • The name of the API key resource.

    Declaration

    Objective-C

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

    Swift

    var keyName: String? { get set }