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.
15514 15515 15516 15517 15518 |
# File 'lib/aws-sdk-iot/types.rb', line 15514 class StartThingRegistrationTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |