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.
4982 4983 4984 4985 4986 4987 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4982 class GetCachePolicyConfigResult < Struct.new( :cache_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the cache policy.
4982 4983 4984 4985 4986 4987 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4982 class GetCachePolicyConfigResult < Struct.new( :cache_policy_config, :etag) SENSITIVE = [] include Aws::Structure end |