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:



1522
1523
1524
# File 'sig/types.rbs', line 1522

def function_event_invoke_configs
  @function_event_invoke_configs
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def next_marker
  @next_marker
end