Class: Aws::NetworkManager::Types::DeleteConnectPeerResponse

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_peerTypes::ConnectPeer

Information about the deleted Connect peer.

Returns:



2074
2075
2076
2077
2078
# File 'lib/aws-sdk-networkmanager/types.rb', line 2074

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