Class: Aws::NetworkManager::Types::AssociateConnectPeerResponse

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_associationTypes::ConnectPeerAssociation

The response to the Connect peer request.



124
125
126
127
128
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 124

class AssociateConnectPeerResponse < Struct.new(
  :connect_peer_association)
  SENSITIVE = []
  include Aws::Structure
end