Class: Aws::CloudFront::Types::CreateCachePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateCachePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy_config ⇒ Types::CachePolicyConfig
A cache policy configuration.
Instance Attribute Details
#cache_policy_config ⇒ Types::CachePolicyConfig
A cache policy configuration.
1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1726 class CreateCachePolicyRequest < Struct.new( :cache_policy_config) SENSITIVE = [] include Aws::Structure end |