Class: Aws::Types::DescribeFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFunctionResult
- 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.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def etag @etag end |
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def function_summary @function_summary end |