Class: Aws::Types::UpdateFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_code ⇒ ::String
Returns the value of attribute function_code.
-
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#function_code ⇒ ::String
Returns the value of attribute function_code.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def function_code @function_code end |
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def function_config @function_config end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def if_match @if_match end |
#name ⇒ ::String
Returns the value of attribute name.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def name @name end |