Class: Aws::CloudFront::Types::CachePolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CachePolicySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Contains a cache policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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).
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
The cache policy.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1194 class CachePolicySummary < Struct.new( :type, :cache_policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of cache policy, either ‘managed` (created by AWS) or `custom` (created in this AWS account).
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1194 class CachePolicySummary < Struct.new( :type, :cache_policy) SENSITIVE = [] include Aws::Structure end |