Class: Aws::EventBridge::Types::ListConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListConnectionsResponse
- Defined in:
- gems/aws-sdk-eventbridge/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.
2614 2615 2616 2617 2618 2619 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2614 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.
2614 2615 2616 2617 2618 2619 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2614 class ListConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |