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

Class: Aws::SSM::Types::AssociationExecutionFilter

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

Overview

Note:

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

{
  key: "ExecutionId", # required, accepts ExecutionId, Status, CreatedTime
  value: "AssociationExecutionFilterValue", # required
  type: "EQUAL", # required, accepts EQUAL, LESS_THAN, GREATER_THAN
}

Filters used in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key value used in the request.

Possible values:

  • ExecutionId
  • Status
  • CreatedTime

Returns:

  • (String)

    The key value used in the request.

#typeString

The filter type specified in the request.

Possible values:

  • EQUAL
  • LESS_THAN
  • GREATER_THAN

Returns:

  • (String)

    The filter type specified in the request.

#valueString

The value specified for the key.

Returns:

  • (String)

    The value specified for the key.