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.
      605 606 607 608 609  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 605 class GetDataProtectionPolicyResponse < Struct.new( :data_protection_policy) SENSITIVE = [] include Aws::Structure end  |