Class: Aws::Types::GetFunctionEventInvokeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionEventInvokeConfigRequest
- 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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def qualifier @qualifier end |