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

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

#task_idString

The bulk thing provisioning task ID.

Returns:

  • (String)


14128
14129
14130
14131
14132
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14128

class StartThingRegistrationTaskResponse < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end