Class: Aws::Lambda::Types::ListFunctionEventInvokeConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionEventInvokeConfigsResponse
- Defined in:
- gems/aws-sdk-lambda/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.
4493 4494 4495 4496 4497 4498 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4493 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.
4493 4494 4495 4496 4497 4498 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4493 class ListFunctionEventInvokeConfigsResponse < Struct.new( :function_event_invoke_configs, :next_marker) SENSITIVE = [] include Aws::Structure end |