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

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

#task_idString

The bulk thing provisioning task ID.

Returns:

  • (String)


13113
13114
13115
13116
13117
# File 'lib/aws-sdk-iot/types.rb', line 13113

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