AWSKMSKeyListEntry

Objective-C

@interface AWSKMSKeyListEntry

Swift

class AWSKMSKeyListEntry

Contains information about each entry in the key list.

  • ARN of the key.

    Declaration

    Objective-C

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

    Swift

    var keyArn: String? { get set }
  • Unique identifier of the key.

    Declaration

    Objective-C

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

    Swift

    var keyId: String? { get set }