AWSKMSGetKeyRotationStatusResponse

Objective-C

@interface AWSKMSGetKeyRotationStatusResponse

Swift

class AWSKMSGetKeyRotationStatusResponse
  • A Boolean value that specifies whether key rotation is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable keyRotationEnabled;

    Swift

    var keyRotationEnabled: NSNumber? { get set }