Class: Aws::CloudFront::Types::ListCachePoliciesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListCachePoliciesResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy_list ⇒ Types::CachePolicyList
A list of cache policies.
Instance Attribute Details
#cache_policy_list ⇒ Types::CachePolicyList
A list of cache policies.
8464 8465 8466 8467 8468 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8464 class ListCachePoliciesResult < Struct.new( :cache_policy_list) SENSITIVE = [] include Aws::Structure end |