Class: Aws::CloudFront::Types::GetFunctionResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::GetFunctionResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [:function_code] 
Instance Attribute Summary collapse
- 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The content type (media type) of the response. 
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version identifier for the current version of the CloudFront function. 
- 
  
    
      #function_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The function code of a CloudFront function. 
Instance Attribute Details
#content_type ⇒ String
The content type (media type) of the response.
| 7010 7011 7012 7013 7014 7015 7016 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7010 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end | 
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
| 7010 7011 7012 7013 7014 7015 7016 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7010 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end | 
#function_code ⇒ String
The function code of a CloudFront function.
| 7010 7011 7012 7013 7014 7015 7016 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7010 class GetFunctionResult < Struct.new( :function_code, :etag, :content_type) SENSITIVE = [:function_code] include Aws::Structure end |