Class: Aws::NetworkManager::Types::GetConnectPeerAssociationsResponse

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

#connect_peer_associationsArray<Types::ConnectPeerAssociation>

Displays a list of Connect peer associations.

Returns:



2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2451

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2451

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