Class: Aws::Types::CreateFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
640 641 642 |
# File 'sig/types.rbs', line 640 def etag @etag end |
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
638 639 640 |
# File 'sig/types.rbs', line 638 def function_summary @function_summary end |
#location ⇒ ::String
Returns the value of attribute location.
639 640 641 |
# File 'sig/types.rbs', line 639 def location @location end |