Class: Aws::IoT::Types::ListThingGroupsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. Will not be returned if operation has returned all results.

Returns:

  • (String)


11099
11100
11101
11102
11103
11104
# File 'lib/aws-sdk-iot/types.rb', line 11099

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

#thing_groupsArray<Types::GroupNameAndArn>

The thing groups.

Returns:



11099
11100
11101
11102
11103
11104
# File 'lib/aws-sdk-iot/types.rb', line 11099

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