Class: Aws::Types::GetFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#function_id ⇒ ::String
Returns the value of attribute function_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def api_id @api_id end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
768 769 770 |
# File 'sig/types.rbs', line 768 def function_id @function_id end |