class Aws::LambdaPreview::Types::ListEventSourcesRequest

@note When making an API call, you may pass ListEventSourcesRequest

data as a hash:

    {
      event_source_arn: "String",
      function_name: "FunctionName",
      marker: "String",
      max_items: 1,
    }

@!attribute [rw] event_source_arn

The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
@return [String]

@!attribute [rw] function_name

The name of the AWS Lambda function.
@return [String]

@!attribute [rw] marker

Optional string. An opaque pagination token returned from a previous
`ListEventSources` operation. If present, specifies to continue the
list from where the returning call left off.
@return [String]

@!attribute [rw] max_items

Optional integer. Specifies the maximum number of event sources to
return in response. This value must be greater than 0.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2014-11-11/ListEventSourcesRequest AWS API Documentation

Constants

SENSITIVE