Class: Aws::CloudFront::Types::InvalidationList

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

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.

Returns:

  • (Boolean)


4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end

#itemsArray<Types::InvalidationSummary>

A complex type that contains one ‘InvalidationSummary` element for each invalidation batch created by the current AWS account.

Returns:



4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end

#markerString

The value that you provided for the ‘Marker` request parameter.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end

#max_itemsInteger

The value that you provided for the ‘MaxItems` request parameter.

Returns:

  • (Integer)


4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end

#next_markerString

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.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end

#quantityInteger

The number of invalidation batches that were created by the current AWS account.

Returns:

  • (Integer)


4780
4781
4782
4783
4784
4785
4786
4787
4788
# File 'lib/aws-sdk-cloudfront/types.rb', line 4780

class InvalidationList < Struct.new(
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity,
  :items)
  include Aws::Structure
end