Class: Aws::IoT::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#tags ⇒ Array<Types::Tag>
The list of tags assigned to the resource.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12117 12118 12119 12120 12121 12122 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12117 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags assigned to the resource.
12117 12118 12119 12120 12121 12122 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12117 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |