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

Class: Aws::SSM::Types::AssociationFilter

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

Overview

Note:

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

{
  key: "InstanceId", # required, accepts InstanceId, Name, AssociationId, AssociationStatusName, LastExecutedBefore, LastExecutedAfter, AssociationName, ResourceGroupName
  value: "AssociationFilterValue", # required
}

Describes a filter.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

InstanceId has been deprecated.

Possible values:

  • InstanceId
  • Name
  • AssociationId
  • AssociationStatusName
  • LastExecutedBefore
  • LastExecutedAfter
  • AssociationName
  • ResourceGroupName

Returns:

  • (String)

    The name of the filter.

#valueString

The filter value.

Returns:

  • (String)

    The filter value.