Class: Aws::NetworkManager::Types::GetConnectionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<Types::Connection>

Information about the connections.

Returns:



2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2524

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

#next_tokenString

The token to use for the next page of results.

Returns:

  • (String)


2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2524

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