Class: Aws::IoTAnalytics::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags (metadata) that you have assigned to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags (metadata) that you have assigned to the resource.
2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2178 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |