Class: Aws::CloudFront::Types::GetCachePolicyConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCachePolicyConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy_config ⇒ Types::CachePolicyConfig
The cache policy configuration.
-
#etag ⇒ String
The current version of the cache policy.
Instance Attribute Details
#cache_policy_config ⇒ Types::CachePolicyConfig
The cache policy configuration.
6325 6326 6327 6328 6329 6330 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6325 class GetCachePolicyConfigResult < Struct.new( :cache_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the cache policy.
6325 6326 6327 6328 6329 6330 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6325 class GetCachePolicyConfigResult < Struct.new( :cache_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |