class Aws::S3::Types::S3KeyFilter

A container for object key name prefix and suffix filtering rules.

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

data as a hash:

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

@!attribute [rw] filter_rules

A list of containers for the key-value pair that defines the
criteria for the filter rule.
@return [Array<Types::FilterRule>]

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

Constants

SENSITIVE