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

Class: Aws::SSM::Types::StepExecutionFilter

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

Overview

Note:

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

{
  key: "StartTimeBefore", # required, accepts StartTimeBefore, StartTimeAfter, StepExecutionStatus, StepExecutionId, StepName, Action
  values: ["StepExecutionFilterValue"], # required
}

A filter to limit the amount of step execution information returned by the call.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

Possible values:

  • StartTimeBefore
  • StartTimeAfter
  • StepExecutionStatus
  • StepExecutionId
  • StepName
  • Action

Returns:

  • (String)

    One or more keys to limit the results.

#valuesArray<String>

The values of the filter key.

Returns:

  • (Array<String>)

    The values of the filter key.