Class: Aws::SNS::Types::GetDataProtectionPolicyInput

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

#resource_arnString

The ARN of the topic whose ‘DataProtectionPolicy` you want to get.

For more information about ARNs, see [Amazon Resource Names (ARNs)] in the Amazon Web Services General Reference.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


597
598
599
600
601
# File 'lib/aws-sdk-sns/types.rb', line 597

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