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:



2554
2555
2556
2557
2558
2559
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2554

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)


2554
2555
2556
2557
2558
2559
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2554

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