AWSKMSRotationType

Objective-C

NS_ENUM(NSInteger, AWSKMSRotationType) {
    AWSKMSRotationTypeUnknown,
    AWSKMSRotationTypeAutomatic,
    AWSKMSRotationTypeOnDemand,
}

Swift

enum AWSKMSRotationType : Int, @unchecked Sendable

Undocumented