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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_arnString

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

Returns:

  • (String)


380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 380

class ListEventSourcesRequest < Struct.new(
  :event_source_arn,
  :function_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The name of the AWS Lambda function.

Returns:

  • (String)


380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 380

class ListEventSourcesRequest < Struct.new(
  :event_source_arn,
  :function_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#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)


380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 380

class ListEventSourcesRequest < Struct.new(
  :event_source_arn,
  :function_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

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

Returns:

  • (Integer)


380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 380

class ListEventSourcesRequest < Struct.new(
  :event_source_arn,
  :function_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end