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

Class: Aws::SSM::Types::AutomationExecutionFilter

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

Overview

Note:

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

{
  key: "DocumentNamePrefix", # required, accepts DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, AutomationType, TagKey, TargetResourceGroup
  values: ["AutomationExecutionFilterValue"], # required
}

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

One or more keys to limit the results. Valid filter keys include the following: DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, TargetResourceGroup.

Possible values:

  • DocumentNamePrefix
  • ExecutionStatus
  • ExecutionId
  • ParentExecutionId
  • CurrentAction
  • StartTimeBefore
  • StartTimeAfter
  • AutomationType
  • TagKey
  • TargetResourceGroup

Returns:

  • (String)

    One or more keys to limit the results.

#valuesArray<String>

The values used to limit the execution information associated with the filter\'s key.

Returns:

  • (Array<String>)

    The values used to limit the execution information associated with the filter\'s key.