Class: Aws::SNS::Types::GetDataProtectionPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_protection_policyString

Retrieves the ‘DataProtectionPolicy` in JSON string format.

Returns:

  • (String)


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