Class: Aws::IoT::Types::StartThingRegistrationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartThingRegistrationTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#task_id ⇒ String
The bulk thing provisioning task ID.
Instance Attribute Details
#task_id ⇒ String
The bulk thing provisioning task ID.
9534 9535 9536 9537 |
# File 'lib/aws-sdk-iot/types.rb', line 9534 class StartThingRegistrationTaskResponse < Struct.new( :task_id) include Aws::Structure end |