Class: Aws::IoT::Types::ListThingRegistrationTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingRegistrationTasksResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#task_ids ⇒ Array<String>
A list of bulk thing provisioning task IDs.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12463 12464 12465 12466 12467 12468 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12463 class ListThingRegistrationTasksResponse < Struct.new( :task_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_ids ⇒ Array<String>
A list of bulk thing provisioning task IDs.
12463 12464 12465 12466 12467 12468 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12463 class ListThingRegistrationTasksResponse < Struct.new( :task_ids, :next_token) SENSITIVE = [] include Aws::Structure end |