Class: Aws::Interconnect::Types::ListConnectionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-interconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<Types::ConnectionSummary>

The resulting list of Connection objects.

Returns:



735
736
737
738
739
740
# File 'lib/aws-sdk-interconnect/types.rb', line 735

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

#next_tokenString

A pagination token for use in subsequent calls to fetch the next page of results.

Returns:

  • (String)


735
736
737
738
739
740
# File 'lib/aws-sdk-interconnect/types.rb', line 735

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