You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ListAuditMitigationActionsExecutionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAuditMitigationActionsExecutionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  task_id: "AuditMitigationActionsTaskId", # required
  action_status: "IN_PROGRESS", # accepts IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED, PENDING
  finding_id: "FindingId", # required
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#action_statusString

Specify this filter to limit results to those with a specific status.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED
  • SKIPPED
  • PENDING

Returns:

  • (String)

    Specify this filter to limit results to those with a specific status.

#finding_idString

Specify this filter to limit results to those that were applied to a specific audit finding.

Returns:

  • (String)

    Specify this filter to limit results to those that were applied to a specific audit finding.

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)

    The maximum number of results to return at one time.

#next_tokenString

The token for the next set of results.

Returns:

  • (String)

    The token for the next set of results.

#task_idString

Specify this filter to limit results to actions for a specific audit mitigation actions task.

Returns:

  • (String)

    Specify this filter to limit results to actions for a specific audit mitigation actions task.