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

Class: Aws::SSM::Types::AssociationExecutionTargetsFilter

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

Overview

Note:

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

{
  key: "Status", # required, accepts Status, ResourceId, ResourceType
  value: "AssociationExecutionTargetsFilterValue", # required
}

Filters for the association execution.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key value used in the request.

Possible values:

  • Status
  • ResourceId
  • ResourceType

Returns:

  • (String)

    The key value used in the request.

#valueString

The value specified for the key.

Returns:

  • (String)

    The value specified for the key.