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.
14222 14223 14224 14225 14226 |
# File 'lib/aws-sdk-iot/types.rb', line 14222 class StartAuditMitigationActionsTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |