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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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.



2271
2272
2273
2274
2275
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2271

class DisassociateConnectPeerResponse < Struct.new(
  :connect_peer_association)
  SENSITIVE = []
  include Aws::Structure
end