You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::ListCachePoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListCachePoliciesRequest
- Defined in:
- (unknown)
Overview
When passing ListCachePoliciesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
type: "managed", # accepts managed, custom
marker: "string",
max_items: 1,
}
Instance Attribute Summary collapse
-
#marker ⇒ String
Use this field when paginating results to indicate where to begin in your list of cache policies.
-
#max_items ⇒ Integer
-
#type ⇒ String
A filter to return only the specified kinds of cache policies.
Instance Attribute Details
#marker ⇒ String
Use this field when paginating results to indicate where to begin in
your list of cache policies. The response includes cache policies in the
list that occur after the marker. To get the next page of the list, set
this field’s value to the value of NextMarker
from the current page’s
response.
#max_items ⇒ Integer
#type ⇒ String
A filter to return only the specified kinds of cache policies. Valid values are:
managed
– Returns only the managed policies created by AWS.custom
– Returns only the custom policies created in your AWS account.Possible values:
- managed
- custom