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

Class: Aws::IoT::Types::ListAuditMitigationActionsTasksRequest

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

Overview

Note:

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

{
  audit_task_id: "AuditTaskId",
  finding_id: "FindingId",
  task_status: "IN_PROGRESS", # accepts IN_PROGRESS, COMPLETED, FAILED, CANCELED
  max_results: 1,
  next_token: "NextToken",
  start_time: Time.now, # required
  end_time: Time.now, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#audit_task_idString

Specify this filter to limit results to tasks that were applied to results for a specific audit.

Returns:

  • (String)

    Specify this filter to limit results to tasks that were applied to results for a specific audit.

#end_timeTime

Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.

Returns:

  • (Time)

    Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.

#finding_idString

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

Returns:

  • (String)

    Specify this filter to limit results to tasks 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.

#start_timeTime

Specify this filter to limit results to tasks that began on or after a specific date and time.

Returns:

  • (Time)

    Specify this filter to limit results to tasks that began on or after a specific date and time.

#task_statusString

Specify this filter to limit results to tasks that are in a specific state.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED

Returns:

  • (String)

    Specify this filter to limit results to tasks that are in a specific state.