ReceiptRuleSetMetadata class

Information about a receipt rule set.

A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

Constructors

ReceiptRuleSetMetadata({DateTime? createdTimestamp, String? name})
ReceiptRuleSetMetadata.fromXml(XmlElement elem)
factory

Properties

createdTimestamp DateTime?
The date and time the receipt rule set was created.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the receipt rule set. The name must:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited