Class: Aws::IoT::Types::ListThingsInThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingsInThingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
-
#recursive ⇒ Boolean
When true, list things in this thing group and in all child groups as well.
-
#thing_group_name ⇒ String
The thing group name.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
12829 12830 12831 12832 12833 12834 12835 12836 |
# File 'lib/aws-sdk-iot/types.rb', line 12829 class ListThingsInThingGroupRequest < Struct.new( :thing_group_name, :recursive, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
12829 12830 12831 12832 12833 12834 12835 12836 |
# File 'lib/aws-sdk-iot/types.rb', line 12829 class ListThingsInThingGroupRequest < Struct.new( :thing_group_name, :recursive, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#recursive ⇒ Boolean
When true, list things in this thing group and in all child groups as well.
12829 12830 12831 12832 12833 12834 12835 12836 |
# File 'lib/aws-sdk-iot/types.rb', line 12829 class ListThingsInThingGroupRequest < Struct.new( :thing_group_name, :recursive, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The thing group name.
12829 12830 12831 12832 12833 12834 12835 12836 |
# File 'lib/aws-sdk-iot/types.rb', line 12829 class ListThingsInThingGroupRequest < Struct.new( :thing_group_name, :recursive, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |