Class: Aws::SNS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags associated with the specified topic.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags associated with the specified topic.
1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1426 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |