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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#markerString

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.

Returns:

  • (String)

    Use this field when paginating results to indicate where to begin in your list of cache policies.

#max_itemsInteger

Returns:

  • (Integer)

#typeString

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

Returns:

  • (String)

    A filter to return only the specified kinds of cache policies.