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.
-
#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.
5070 5071 5072 5073 5074 5075 5076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070 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.
5070 5071 5072 5073 5074 5075 5076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070 class FunctionConfig < Struct.new( :comment, :runtime, :key_value_store_associations) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The function’s runtime environment version.
5070 5071 5072 5073 5074 5075 5076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5070 class FunctionConfig < Struct.new( :comment, :runtime, :key_value_store_associations) SENSITIVE = [] include Aws::Structure end |