Class: Aws::IoT::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The list of tags assigned to the resource.

Returns:



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