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.



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