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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2701
2702
2703
2704
2705
2706
# File 'lib/aws-sdk-networkmanager/types.rb', line 2701

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)


2701
2702
2703
2704
2705
2706
# File 'lib/aws-sdk-networkmanager/types.rb', line 2701

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