Class: Aws::NetworkManager::Types::DisassociateConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_association ⇒ Types::ConnectPeerAssociation
Describes the Connect peer association.
Instance Attribute Details
#connect_peer_association ⇒ Types::ConnectPeerAssociation
Describes the Connect peer association.
2520 2521 2522 2523 2524 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2520 class DisassociateConnectPeerResponse < Struct.new( :connect_peer_association) SENSITIVE = [] include Aws::Structure end |