Class: Aws::Types::UpdateFunctionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def function_definition_id @function_definition_id end |
#name ⇒ ::String
Returns the value of attribute name.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def name @name end |