class Aws::S3::Types::FilterRule

Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.

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

data as a hash:

    {
      name: "prefix", # accepts prefix, suffix
      value: "FilterRuleValue",
    }

@!attribute [rw] name

The object key name prefix or suffix identifying one or more objects
to which the filtering rule applies. The maximum length is 1,024
characters. Overlapping prefixes and suffixes are not supported. For
more information, see [Configuring Event Notifications][1] in the
*Amazon S3 User Guide*.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html
@return [String]

@!attribute [rw] value

The value that the filter searches for in object key names.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/FilterRule AWS API Documentation

Constants

SENSITIVE