Class: Aws::IoTAnalytics::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tags (metadata) that you have assigned to the resource.

Returns:



2178
2179
2180
2181
2182
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2178

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