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.
11825 11826 11827 11828 11829 11830 11831 11832 |
# File 'lib/aws-sdk-iot/types.rb', line 11825 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.
11825 11826 11827 11828 11829 11830 11831 11832 |
# File 'lib/aws-sdk-iot/types.rb', line 11825 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.
11825 11826 11827 11828 11829 11830 11831 11832 |
# File 'lib/aws-sdk-iot/types.rb', line 11825 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.
11825 11826 11827 11828 11829 11830 11831 11832 |
# File 'lib/aws-sdk-iot/types.rb', line 11825 class ListThingsInThingGroupRequest < Struct.new( :thing_group_name, :recursive, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |