Class: Aws::IoT::Types::ListAuditMitigationActionsExecutionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actions_executionsArray<Types::AuditMitigationActionExecutionMetadata>

A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.



9212
9213
9214
9215
9216
9217
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9212

class ListAuditMitigationActionsExecutionsResponse < Struct.new(
  :actions_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9212
9213
9214
9215
9216
9217
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9212

class ListAuditMitigationActionsExecutionsResponse < Struct.new(
  :actions_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end