ListDeadLetterSourceQueuesResult class
A list of your dead letter source queues.
Constructors
-
ListDeadLetterSourceQueuesResult({required List<
String> queueUrls, String? nextToken}) - ListDeadLetterSourceQueuesResult.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
Pagination token to include in the next request. Token value is
null
if there are no additional results to request, or if you did not setMaxResults
in the request.final -
queueUrls
→ List<
String> -
A list of source queue URLs that have the
RedrivePolicy
queue attribute configured with a dead-letter queue.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