class Aws::IoT::Types::ListThingGroupsRequest


@return [Boolean]
If true, return child groups as well.
@!attribute [rw] recursive
@return [String]
prefix.
A filter that limits the results to those with the specified name
@!attribute [rw] name_prefix_filter
@return [String]
group.
A filter that limits the results to those with the specified parent
@!attribute [rw] parent_group
@return [Integer]
The maximum number of results to return at one time.
@!attribute [rw] max_results
@return [String]
The token to retrieve the next set of results.
@!attribute [rw] next_token
}
recursive: false,
name_prefix_filter: “ThingGroupName”,
parent_group: “ThingGroupName”,
max_results: 1,
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListThingGroupsRequest