Class: Aws::Types::LambdaFunctionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute function_tags.
-
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
-
#runtime ⇒ "NODEJS", ...
Returns the value of attribute runtime.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def function_name @function_name end |
#function_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute function_tags.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def @function_tags end |
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def layers @layers end |
#runtime ⇒ "NODEJS", ...
Returns the value of attribute runtime.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def runtime @runtime end |