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)


609
610
611
612
613
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 609

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