Class: Aws::IoT::Types::StartThingRegistrationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartThingRegistrationTaskResponse
- Defined in:
- gems/aws-sdk-iot/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.
14539 14540 14541 14542 14543 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14539 class StartThingRegistrationTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |