Class: Aws::CloudFront::Types::CreateCachePolicyResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::CreateCachePolicyResult
 
- 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. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The fully qualified URI of the cache policy just created. 
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
A cache policy.
| 2274 2275 2276 2277 2278 2279 2280 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2274 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#etag ⇒ String
The current version of the cache policy.
| 2274 2275 2276 2277 2278 2279 2280 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2274 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The fully qualified URI of the cache policy just created.
| 2274 2275 2276 2277 2278 2279 2280 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2274 class CreateCachePolicyResult < Struct.new( :cache_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |