Class: Aws::CloudFront::Types::ListCachePoliciesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListCachePoliciesResult
- Includes:
- Structure
- Defined in:
- 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.
7330 7331 7332 7333 7334 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7330 class ListCachePoliciesResult < Struct.new( :cache_policy_list) SENSITIVE = [] include Aws::Structure end |