Class: Aws::SNS::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-sns/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.
1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1398 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |