Struct aws_sdk_cloudfront::model::invalidation_list::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidationList
Implementations
The value that you provided for the Marker
request parameter.
The value that you provided for the Marker
request parameter.
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.
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.
The value that you provided for the MaxItems
request parameter.
The value that you provided for the MaxItems
request parameter.
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.
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.
The number of invalidation batches that were created by the current Amazon Web Services account.
The number of invalidation batches that were created by the current Amazon Web Services account.
Appends an item to items
.
To override the contents of this collection use set_items
.
A complex type that contains one InvalidationSummary
element for each invalidation batch created by the current Amazon Web Services account.
A complex type that contains one InvalidationSummary
element for each invalidation batch created by the current Amazon Web Services account.
Consumes the builder and constructs a InvalidationList
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more