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.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10207 class ListAuditMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10207 class ListAuditMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |