Class: Aws::IoT::Types::StartOnDemandAuditTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartOnDemandAuditTaskResponse
- Includes:
- Structure
- Defined in:
- 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.
13989 13990 13991 13992 13993 |
# File 'lib/aws-sdk-iot/types.rb', line 13989 class StartOnDemandAuditTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |