AWSKMSRotationsListEntry
Objective-C
@interface AWSKMSRotationsListEntry
Swift
class AWSKMSRotationsListEntry
Contains information about completed key material rotations.
-
Unique identifier of the key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;
Swift
var keyId: String? { get set }
-
Date and time that the key material rotation completed. Formatted as Unix time.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable rotationDate;
Swift
var rotationDate: Date? { get set }
-
Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.
Declaration
Objective-C
@property (nonatomic) AWSKMSRotationType rotationType;
Swift
var rotationType: AWSKMSRotationType { get set }