Class: Aws::CloudFront::Types::DescribeFunctionResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::DescribeFunctionResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version identifier for the current version of the CloudFront function. 
- 
  
    
      #function_summary  ⇒ Types::FunctionSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains configuration information and metadata about a CloudFront function. 
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
| 4313 4314 4315 4316 4317 4318 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4313 class DescribeFunctionResult < Struct.new( :function_summary, :etag) SENSITIVE = [] include Aws::Structure end | 
#function_summary ⇒ Types::FunctionSummary
Contains configuration information and metadata about a CloudFront function.
| 4313 4314 4315 4316 4317 4318 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4313 class DescribeFunctionResult < Struct.new( :function_summary, :etag) SENSITIVE = [] include Aws::Structure end |