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.
1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1707 class CreateCachePolicyRequest < Struct.new( :cache_policy_config) SENSITIVE = [] include Aws::Structure end |