Table of Contents

Class FilterRule

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Bucket Represents a Filter Rule for a NotificationConfiguration.

public class FilterRule
Inheritance
FilterRule
Inherited Members

Constructors

FilterRule()

Constructs an empty FilterRule.

public FilterRule()

FilterRule(string, string)

Constructs a FilterRule with a specific name and value.

public FilterRule(string name, string value)

Parameters

name string
value string

Properties

Name

The name of the filter rule.

public string Name { get; set; }

Property Value

string

Value

The value of the filter rule.

public string Value { get; set; }

Property Value

string