Class: Aws::Types::GetFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def qualifier @qualifier end |