Class: Aws::IoT::Types::ListThingGroupsRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11080
11081
11082
11083
11084
11085
11086
11087
11088
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11080

class ListThingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :parent_group,
  :name_prefix_filter,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefix_filterString

A filter that limits the results to those with the specified name prefix.

Returns:

  • (String)


11080
11081
11082
11083
11084
11085
11086
11087
11088
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11080

class ListThingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :parent_group,
  :name_prefix_filter,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11080
11081
11082
11083
11084
11085
11086
11087
11088
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11080

class ListThingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :parent_group,
  :name_prefix_filter,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#parent_groupString

A filter that limits the results to those with the specified parent group.

Returns:

  • (String)


11080
11081
11082
11083
11084
11085
11086
11087
11088
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11080

class ListThingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :parent_group,
  :name_prefix_filter,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#recursiveBoolean

If true, return child groups as well.

Returns:

  • (Boolean)


11080
11081
11082
11083
11084
11085
11086
11087
11088
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11080

class ListThingGroupsRequest < Struct.new(
  :next_token,
  :max_results,
  :parent_group,
  :name_prefix_filter,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end