Class: Aws::Lambda::Types::ListFunctionEventInvokeConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionEventInvokeConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_event_invoke_configs ⇒ Array<Types::FunctionEventInvokeConfig>
A list of configurations.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#function_event_invoke_configs ⇒ Array<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_marker ⇒ String
The pagination token that’s included if more results are available.
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 |