Class: Aws::CloudWatchEvents::Types::ListEventBusesResponse

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

#event_busesArray<Types::EventBus>

This list of event buses.

Returns:



2327
2328
2329
2330
2331
2332
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2327

class ListEventBusesResponse < Struct.new(
  :event_buses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (String)


2327
2328
2329
2330
2331
2332
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2327

class ListEventBusesResponse < Struct.new(
  :event_buses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end