Class: Aws::CloudWatchEvents::Types::ListConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2283 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.
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2283 class ListConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |