Class: Aws::CloudFront::Types::FunctionConfig

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

Overview

Contains configuration information about a CloudFront function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment to describe the function.

Returns:

  • (String)


4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-cloudfront/types.rb', line 4598

class FunctionConfig < Struct.new(
  :comment,
  :runtime)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeString

The function’s runtime environment verion.

Returns:

  • (String)


4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-cloudfront/types.rb', line 4598

class FunctionConfig < Struct.new(
  :comment,
  :runtime)
  SENSITIVE = []
  include Aws::Structure
end