AWSKMSDescribeKeyResponse
Objective-C
@interface AWSKMSDescribeKeyResponse
Swift
class AWSKMSDescribeKeyResponse
-
Metadata associated with the key.
Declaration
Objective-C
@property (nonatomic, strong) AWSKMSKeyMetadata *_Nullable keyMetadata;
Swift
var keyMetadata: AWSKMSKeyMetadata? { get set }