Class: Aws::Lambda::Types::ListFunctionEventInvokeConfigsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_event_invoke_configsArray<Types::FunctionEventInvokeConfig>

A list of configurations.



3917
3918
3919
3920
3921
3922
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3917

class ListFunctionEventInvokeConfigsResponse < Struct.new(
  :function_event_invoke_configs,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The pagination token that's included if more results are available.

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3917

class ListFunctionEventInvokeConfigsResponse < Struct.new(
  :function_event_invoke_configs,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end