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 verion.
Instance Attribute Details
#comment ⇒ String
A comment to describe the function.
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 |
#runtime ⇒ String
The function’s runtime environment verion.
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 |