You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::CachePolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CachePolicySummary
- Defined in:
- (unknown)
Overview
Contains a cache policy.
Instance Attribute Summary collapse
-
#cache_policy ⇒ Types::CachePolicy
The cache policy.
-
#type ⇒ String
The type of cache policy, either
managed
(created by AWS) orcustom
(created in this AWS account).
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
The cache policy.
#type ⇒ String
The type of cache policy, either managed
(created by AWS) or custom
(created in this AWS account).
Possible values:
- managed
- custom