Class: Aws::IoT::Types::ListThingGroupsForThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingGroupsForThingRequest
- 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.
-
#thing_name ⇒ String
The thing name.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
12275 12276 12277 12278 12279 12280 12281 |
# File 'lib/aws-sdk-iot/types.rb', line 12275 class ListThingGroupsForThingRequest < Struct.new( :thing_name, :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.
12275 12276 12277 12278 12279 12280 12281 |
# File 'lib/aws-sdk-iot/types.rb', line 12275 class ListThingGroupsForThingRequest < Struct.new( :thing_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The thing name.
12275 12276 12277 12278 12279 12280 12281 |
# File 'lib/aws-sdk-iot/types.rb', line 12275 class ListThingGroupsForThingRequest < Struct.new( :thing_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |