Class: Aws::Types::DeleteFunctionEventInvokeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFunctionEventInvokeConfigRequest
- 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.
511 512 513 |
# File 'sig/types.rbs', line 511 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
512 513 514 |
# File 'sig/types.rbs', line 512 def qualifier @qualifier end |