Class: Aws::CloudFront::Types::UpdateCachePolicyResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdateCachePolicyResult
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A cache policy. 
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current version of the cache policy. 
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
A cache policy.
| 14854 14855 14856 14857 14858 14859 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14854 class UpdateCachePolicyResult < Struct.new( :cache_policy, :etag) SENSITIVE = [] include Aws::Structure end | 
#etag ⇒ String
The current version of the cache policy.
| 14854 14855 14856 14857 14858 14859 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14854 class UpdateCachePolicyResult < Struct.new( :cache_policy, :etag) SENSITIVE = [] include Aws::Structure end |