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.
2502 2503 2504 2505 2506 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2502 class DisassociateConnectPeerResponse < Struct.new( :connect_peer_association) SENSITIVE = [] include Aws::Structure end |