Class: Aws::IoT::Types::ListThingRegistrationTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingRegistrationTasksResponse
- Includes:
- Structure
- Defined in:
- 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.
11719 11720 11721 11722 11723 11724 |
# File 'lib/aws-sdk-iot/types.rb', line 11719 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.
11719 11720 11721 11722 11723 11724 |
# File 'lib/aws-sdk-iot/types.rb', line 11719 class ListThingRegistrationTasksResponse < Struct.new( :task_ids, :next_token) SENSITIVE = [] include Aws::Structure end |