Class: Aws::IoT::Types::StartAuditMitigationActionsTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartAuditMitigationActionsTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The unique identifier for the audit mitigation task.
Instance Attribute Details
#task_id ⇒ String
The unique identifier for the audit mitigation task. This matches the ‘taskId` that you specified in the request.
15330 15331 15332 15333 15334 |
# File 'lib/aws-sdk-iot/types.rb', line 15330 class StartAuditMitigationActionsTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |