Class: Aws::NetworkManager::Types::AssociateConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_association ⇒ Types::ConnectPeerAssociation
The response to the Connect peer request.
Instance Attribute Details
#connect_peer_association ⇒ Types::ConnectPeerAssociation
The response to the Connect peer request.
124 125 126 127 128 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 124 class AssociateConnectPeerResponse < Struct.new( :connect_peer_association) SENSITIVE = [] include Aws::Structure end |