Class: Aws::Types::ListFunctionEventInvokeConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionEventInvokeConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_event_invoke_configs ⇒ ::Array[Types::FunctionEventInvokeConfig]
Returns the value of attribute function_event_invoke_configs.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#function_event_invoke_configs ⇒ ::Array[Types::FunctionEventInvokeConfig]
Returns the value of attribute function_event_invoke_configs.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def function_event_invoke_configs @function_event_invoke_configs end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def next_marker @next_marker end |