Class: Aws::Types::ListFunctionEventInvokeConfigsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_event_invoke_configs::Array[Types::FunctionEventInvokeConfig]

Returns the value of attribute function_event_invoke_configs.

Returns:



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.

Returns:

  • (::String)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def next_marker
  @next_marker
end