Class: Aws::SNS::Types::GetDataProtectionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetDataProtectionPolicyResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_protection_policy ⇒ String
Retrieves the ‘DataProtectionPolicy` in JSON string format.
Instance Attribute Details
#data_protection_policy ⇒ String
Retrieves the ‘DataProtectionPolicy` in JSON string format.
609 610 611 612 613 |
# File 'lib/aws-sdk-sns/types.rb', line 609 class GetDataProtectionPolicyResponse < Struct.new( :data_protection_policy) SENSITIVE = [] include Aws::Structure end |