Class: Aws::SNS::Types::ListTagsForResourceRequest

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

#resource_arnString

The ARN of the topic for which to list tags.

Returns:

  • (String)


1443
1444
1445
1446
1447
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1443

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