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 }
-
The name of the key policy. The only valid value is
default
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }