Class: Aws::SNS::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTagsForResourceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the topic for which to list tags.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the topic for which to list tags.
1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-sns/types.rb', line 1443 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |