Class: Aws::IoT::Types::ListThingRegistrationTasksRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11210

class ListThingRegistrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11210

class ListThingRegistrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the bulk thing provisioning task.

Returns:

  • (String)


11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11210

class ListThingRegistrationTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end