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.
17092 17093 17094 17095 17096 |
# File 'lib/aws-sdk-iot/types.rb', line 17092 class StartThingRegistrationTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |