Class: Aws::Types::UpdateFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
4054 4055 4056 |
# File 'sig/types.rbs', line 4054 def etag @etag end |
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def function_summary @function_summary end |