Class: Aws::SNS::Types::GetDataProtectionPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetDataProtectionPolicyInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the topic whose
DataProtectionPolicy
you want to get.
Instance Attribute Details
#resource_arn ⇒ String
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.
610 611 612 613 614 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 610 class GetDataProtectionPolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |