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)


10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10940

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

#tagsArray<Types::Tag>

The list of tags assigned to the resource.

Returns:



10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10940

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