Class: Aws::IoT::Types::ListThingsInThingGroupRequest

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)


11333
11334
11335
11336
11337
11338
11339
11340
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11333

class ListThingsInThingGroupRequest < Struct.new(
  :thing_group_name,
  :recursive,
  :next_token,
  :max_results)
  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)


11333
11334
11335
11336
11337
11338
11339
11340
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11333

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

#recursiveBoolean

When true, list things in this thing group and in all child groups as well.

Returns:

  • (Boolean)


11333
11334
11335
11336
11337
11338
11339
11340
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11333

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

#thing_group_nameString

The thing group name.

Returns:

  • (String)


11333
11334
11335
11336
11337
11338
11339
11340
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11333

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