You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LambdaPreview::Types::ListEventSourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListEventSourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_arnString

The Amazon Resource Name (ARN) of the Amazon Kinesis stream.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Amazon Kinesis stream.

#function_nameString

The name of the AWS Lambda function.

Returns:

  • (String)

    The name of the AWS Lambda function.

#markerString

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.

Returns:

  • (String)

    Optional string.

#max_itemsInteger

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

Returns:

  • (Integer)

    Optional integer.