Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CloudFront::Types::CreateFunctionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The version identifier for the current version of the CloudFront function.

Returns:

  • (String)

2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2640

class CreateFunctionResult < Struct.new(
  :function_summary,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#function_summaryTypes::FunctionSummary

Contains configuration information and metadata about a CloudFront function.


2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2640

class CreateFunctionResult < Struct.new(
  :function_summary,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.

Returns:

  • (String)

2640
2641
2642
2643
2644
2645
2646
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2640

class CreateFunctionResult < Struct.new(
  :function_summary,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end