Class: Aws::Types::FunctionConfig
- Inherits:
-
Object
- Object
- Aws::Types::FunctionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#key_value_store_associations ⇒ Types::KeyValueStoreAssociations
Returns the value of attribute key_value_store_associations.
-
#runtime ⇒ "cloudfront-js-1.0", "cloudfront-js-2.0"
Returns the value of attribute runtime.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def comment @comment end |
#key_value_store_associations ⇒ Types::KeyValueStoreAssociations
Returns the value of attribute key_value_store_associations.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def key_value_store_associations @key_value_store_associations end |
#runtime ⇒ "cloudfront-js-1.0", "cloudfront-js-2.0"
Returns the value of attribute runtime.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def runtime @runtime end |