Class: Aws::Types::ServerlessFunctionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessFunctionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute function_tags.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#serverless_function_name ⇒ ::String
Returns the value of attribute serverless_function_name.
Instance Attribute Details
#function_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute function_tags.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def @function_tags end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def runtime @runtime end |
#serverless_function_name ⇒ ::String
Returns the value of attribute serverless_function_name.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def serverless_function_name @serverless_function_name end |