Class: Aws::CloudWatchEvents::Types::ListConnectionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/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:



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_tokenString

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

Returns:

  • (String)


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