Class: Aws::IoT::Types::ListThingRegistrationTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingRegistrationTasksRequest
- 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.
-
#status ⇒ String
The status of the bulk thing provisioning task.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
11702 11703 11704 11705 11706 11707 11708 |
# File 'lib/aws-sdk-iot/types.rb', line 11702 class ListThingRegistrationTasksRequest < Struct.new( :next_token, :max_results, :status) 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.
11702 11703 11704 11705 11706 11707 11708 |
# File 'lib/aws-sdk-iot/types.rb', line 11702 class ListThingRegistrationTasksRequest < Struct.new( :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the bulk thing provisioning task.
11702 11703 11704 11705 11706 11707 11708 |
# File 'lib/aws-sdk-iot/types.rb', line 11702 class ListThingRegistrationTasksRequest < Struct.new( :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |