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.



4222
4223
4224
4225
4226
4227
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4222

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)


4222
4223
4224
4225
4226
4227
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4222

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