AWSKMSGetKeyPolicyResponse
Objective-C
@interface AWSKMSGetKeyPolicyResponse
Swift
class AWSKMSGetKeyPolicyResponse
-
A key policy document in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policy;
Swift
var policy: String? { get set }