Class: Aws::EventBridge::Types::ListConnectionsResponse

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

#connectionsArray<Types::Connection>

An array of connections objects that include details about the connections.

Returns:



2637
2638
2639
2640
2641
2642
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2637

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

#next_tokenString

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

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2637

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