Class: Aws::IoTThingsGraph::Types::ListTagsForResourceResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token that specifies the next page of results to return.

Returns:

  • (String)


947
948
949
950
951
952
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 947

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

#tagsArray<Types::Tag>

List of tags returned by the ListTagsForResource operation.

Returns:



947
948
949
950
951
952
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 947

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