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.



12536
12537
12538
12539
12540
12541
# File 'lib/aws-sdk-iot/types.rb', line 12536

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

#thing_groupsArray<Types::GroupNameAndArn>

The thing groups.



12536
12537
12538
12539
12540
12541
# File 'lib/aws-sdk-iot/types.rb', line 12536

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