Class: Aws::IoT::Types::ListAuditMitigationActionsExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuditMitigationActionsExecutionsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions_executions ⇒ Array<Types::AuditMitigationActionExecutionMetadata>
A set of task execution results based on the input parameters.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#actions_executions ⇒ Array<Types::AuditMitigationActionExecutionMetadata>
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
10141 10142 10143 10144 10145 10146 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10141 class ListAuditMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10141 10142 10143 10144 10145 10146 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10141 class ListAuditMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |