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.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def qualifier @qualifier end |