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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2030
2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-cloudfront/types.rb', line 2030

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.



2030
2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-cloudfront/types.rb', line 2030

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)


2030
2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-cloudfront/types.rb', line 2030

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