Class: Aws::EventBridge::Types::ListEventBusesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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)


2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2719

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

#name_prefixString

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

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2719

class ListEventBusesRequest < 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)


2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2719

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