ListReceiptRuleSetsResponse class
A list of receipt rule sets that exist under your AWS account.
Constructors
-
ListReceiptRuleSetsResponse({String? nextToken, List<
ReceiptRuleSetMetadata> ? ruleSets}) - ListReceiptRuleSetsResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
A token indicating that there are additional receipt rule sets available to
be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.final -
ruleSets
→ List<
ReceiptRuleSetMetadata> ? -
The metadata for the currently active receipt rule set. The metadata
consists of the rule set name and the timestamp of when the rule set was
created.
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