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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4420
4421
4422
4423
4424
4425
# File 'lib/aws-sdk-lambda/types.rb', line 4420

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)


4420
4421
4422
4423
4424
4425
# File 'lib/aws-sdk-lambda/types.rb', line 4420

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