Class: Aws::CloudFront::Types::CreateFunctionResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::CreateFunctionResult
 
- Includes:
- Structure
- Defined in:
- 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. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the CloudFront function. 
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the CloudFront function.
| 2032 2033 2034 2035 2036 2037 2038 | # File 'lib/aws-sdk-cloudfront/types.rb', line 2032 class CreateFunctionResult < Struct.new( :function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#function_summary ⇒ Types::FunctionSummary
Contains configuration information and metadata about a CloudFront function.
| 2032 2033 2034 2035 2036 2037 2038 | # File 'lib/aws-sdk-cloudfront/types.rb', line 2032 class CreateFunctionResult < Struct.new( :function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
| 2032 2033 2034 2035 2036 2037 2038 | # File 'lib/aws-sdk-cloudfront/types.rb', line 2032 class CreateFunctionResult < Struct.new( :function_summary, :location, :etag) SENSITIVE = [] include Aws::Structure end |