DescribeActiveReceiptRuleSetResponse class
Represents the metadata and receipt rules for the receipt rule set that is currently active.
Constructors
-
DescribeActiveReceiptRuleSetResponse({ReceiptRuleSetMetadata? metadata, List<
ReceiptRule> ? rules}) - DescribeActiveReceiptRuleSetResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → ReceiptRuleSetMetadata?
-
The metadata for the currently active receipt rule set. The metadata
consists of the rule set name and a timestamp of when the rule set was
created.
final
-
rules
→ List<
ReceiptRule> ? -
The receipt rules that belong to the active rule set.
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