Class: Aws::EventBridge::Types::ListConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
An array of connections objects that include details about the connections.
-
#next_token ⇒ String
A token you can use in a subsequent request to retrieve the next set of results.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
An array of connections objects that include details about the connections.
2777 2778 2779 2780 2781 2782 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2777 class ListConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use in a subsequent request to retrieve the next set of results.
2777 2778 2779 2780 2781 2782 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2777 class ListConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |