InvalidationList class

The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) in the Amazon CloudFront Developer Guide.

Constructors

InvalidationList({required bool isTruncated, required String marker, required int maxItems, required int quantity, List<InvalidationSummary>? items, String? nextMarker})
InvalidationList.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isTruncated bool
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.
final
items List<InvalidationSummary>?
A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.
final
marker String
The value that you provided for the Marker request parameter.
final
maxItems int
The value that you provided for the MaxItems request parameter.
final
nextMarker String?
If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
final
quantity int
The number of invalidation batches that were created by the current AWS account.
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