Class: Aws::CloudFront::Types::FunctionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FunctionConfig
- 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
-
#comment ⇒ String
A comment to describe the function.
-
#runtime ⇒ String
The function’s runtime environment.
Instance Attribute Details
#comment ⇒ String
A comment to describe the function.
4590 4591 4592 4593 4594 4595 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4590 class FunctionConfig < Struct.new( :comment, :runtime) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The function’s runtime environment. The only valid value is ‘cloudfront-js-1.0`.
4590 4591 4592 4593 4594 4595 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4590 class FunctionConfig < Struct.new( :comment, :runtime) SENSITIVE = [] include Aws::Structure end |