Class: Aws::SNS::Types::ListTagsForResourceResponse

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

#tagsArray<Types::Tag>

The tags associated with the specified topic.

Returns:



1455
1456
1457
1458
1459
# File 'lib/aws-sdk-sns/types.rb', line 1455

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