class Aws::IdentityStore::Types::Filter

A query filter used by `ListUsers` and `ListGroup`. This filter object provides the attribute name and attribute value to search users or groups.

@note When making an API call, you may pass Filter

data as a hash:

    {
      attribute_path: "AttributePath", # required
      attribute_value: "SensitiveStringType", # required
    }

@!attribute [rw] attribute_path

The attribute path that is used to specify which attribute name to
search. Length limit is 255 characters. For example, `UserName` is a
valid attribute path for the `ListUsers` API, and `DisplayName` is a
valid attribute path for the `ListGroups` API.
@return [String]

@!attribute [rw] attribute_value

Represents the data for an attribute. Each attribute value is
described as a name-value pair.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/Filter AWS API Documentation

Constants

SENSITIVE