AWSKMSRotateKeyOnDemandResponse

Objective-C

@interface AWSKMSRotateKeyOnDemandResponse

Swift

class AWSKMSRotateKeyOnDemandResponse
  • Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.

    Declaration

    Objective-C

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

    Swift

    var keyId: String? { get set }