Class: Aws::CloudWatchEvents::Types::ListEventSourcesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (Integer)


2352
2353
2354
2355
2356
2357
2358
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2352

class ListEventSourcesRequest < Struct.new(
  :name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefixString

Specifying this limits the results to only those partner event sources with names that start with the specified prefix.

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
2358
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2352

class ListEventSourcesRequest < Struct.new(
  :name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
2358
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2352

class ListEventSourcesRequest < Struct.new(
  :name_prefix,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end