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

Class: Aws::S3::Types::NotificationConfigurationFilter

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

Overview

Note:

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

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

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#keyTypes::S3KeyFilter

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

Returns:

  • (Types::S3KeyFilter)

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

    .