Class: Aws::NetworkManager::Types::DeleteConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer ⇒ Types::ConnectPeer
Information about the deleted Connect peer.
Instance Attribute Details
#connect_peer ⇒ Types::ConnectPeer
Information about the deleted Connect peer.
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 |