AWSSNSGetDataProtectionPolicyResponse
Objective-C
@interface AWSSNSGetDataProtectionPolicyResponse
Swift
class AWSSNSGetDataProtectionPolicyResponse
-
Retrieves the
DataProtectionPolicy
in JSON string format.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataProtectionPolicy;
Swift
var dataProtectionPolicy: String? { get set }