Class: Aws::IoT::Types::StartThingRegistrationTaskResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The bulk thing provisioning task ID.

Returns:

  • (String)


9534
9535
9536
9537
# File 'lib/aws-sdk-iot/types.rb', line 9534

class StartThingRegistrationTaskResponse < Struct.new(
  :task_id)
  include Aws::Structure
end