AWSSNSGetDataProtectionPolicyInput

Objective-C

@interface AWSSNSGetDataProtectionPolicyInput

Swift

class AWSSNSGetDataProtectionPolicyInput
  • The ARN of the topic whose DataProtectionPolicy you want to get.

    For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable resourceArn;

    Swift

    var resourceArn: String? { get set }