Class: Aws::CloudFront::Types::GetCachePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCachePolicyResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy ⇒ Types::CachePolicy
The cache policy.
-
#etag ⇒ String
The current version of the cache policy.
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
The cache policy.
5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5351 class GetCachePolicyResult < Struct.new( :cache_policy, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the cache policy.
5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5351 class GetCachePolicyResult < Struct.new( :cache_policy, :etag) SENSITIVE = [] include Aws::Structure end |