Class: Aws::IoT::Types::StartThingRegistrationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartThingRegistrationTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
14771 14772 14773 14774 14775 |
# File 'lib/aws-sdk-iot/types.rb', line 14771 class StartThingRegistrationTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |