class Aws::CloudFront::Types::InvalidationList

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*.

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html

@!attribute [rw] marker

The value that you provided for the `Marker` request parameter.
@return [String]

@!attribute [rw] next_marker

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.
@return [String]

@!attribute [rw] max_items

The value that you provided for the `MaxItems` request parameter.
@return [Integer]

@!attribute [rw] is_truncated

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.
@return [Boolean]

@!attribute [rw] quantity

The number of invalidation batches that were created by the current
account.
@return [Integer]

@!attribute [rw] items

A complex type that contains one `InvalidationSummary` element for
each invalidation batch created by the current account.
@return [Array<Types::InvalidationSummary>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/InvalidationList AWS API Documentation

Constants

SENSITIVE