Class: Aws::IoT::Types::ListThingRegistrationTasksResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


11227
11228
11229
11230
11231
11232
# File 'lib/aws-sdk-iot/types.rb', line 11227

class ListThingRegistrationTasksResponse < Struct.new(
  :task_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_idsArray<String>

A list of bulk thing provisioning task IDs.

Returns:

  • (Array<String>)


11227
11228
11229
11230
11231
11232
# File 'lib/aws-sdk-iot/types.rb', line 11227

class ListThingRegistrationTasksResponse < Struct.new(
  :task_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end