AWSLocationUpdateKeyResponse

Objective-C

@interface AWSLocationUpdateKeyResponse

Swift

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