Class: Aws::IoT::Types::StartOnDemandAuditTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartOnDemandAuditTaskResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the on-demand audit you started.
Instance Attribute Details
#task_id ⇒ String
The ID of the on-demand audit you started.
15414 15415 15416 15417 15418 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15414 class StartOnDemandAuditTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |