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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyTypes::S3KeyFilter

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

Returns:



13585
13586
13587
13588
13589
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 13585

class NotificationConfigurationFilter < Struct.new(
  :key)
  SENSITIVE = []
  include Aws::Structure
end