You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::CachePolicyList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CachePolicyList
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::CachePolicySummary>
Contains the cache policies in the list.
-
#max_items ⇒ Integer
The maximum number of cache policies requested.
-
#next_marker ⇒ String
If there are more items in the list than are in this response, this element is present.
-
#quantity ⇒ Integer
The total number of cache policies returned in the response.
Instance Attribute Details
#items ⇒ Array<Types::CachePolicySummary>
Contains the cache policies in the list.
#max_items ⇒ Integer
The maximum number of cache policies requested.
#next_marker ⇒ String
If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing cache
policies where you left off.
#quantity ⇒ Integer
The total number of cache policies returned in the response.