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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/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)


622
623
624
625
626
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 622

class GetDataProtectionPolicyResponse < Struct.new(
  :data_protection_policy)
  SENSITIVE = []
  include Aws::Structure
end