Class: Aws::NetworkManager::Types::DisassociateConnectPeerResponse

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