Class: Aws::CloudFront::Types::FunctionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FunctionConfig
- Defined in:
- gems/aws-sdk-cloudfront/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.
-
#key_value_store_associations ⇒ Types::KeyValueStoreAssociations
The configuration for the key value store associations.
-
#runtime ⇒ String
The function's runtime environment version.
Instance Attribute Details
#comment ⇒ String
A comment to describe the function.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4768 class FunctionConfig < Struct.new( :comment, :runtime, :key_value_store_associations) SENSITIVE = [] include Aws::Structure end |
#key_value_store_associations ⇒ Types::KeyValueStoreAssociations
The configuration for the key value store associations.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4768 class FunctionConfig < Struct.new( :comment, :runtime, :key_value_store_associations) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The function's runtime environment version.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4768 class FunctionConfig < Struct.new( :comment, :runtime, :key_value_store_associations) SENSITIVE = [] include Aws::Structure end |