Class: Aws::NetworkManager::Types::DeleteConnectPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteConnectPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_id ⇒ String
The ID of the deleted Connect peer.
Instance Attribute Details
#connect_peer_id ⇒ String
The ID of the deleted Connect peer.
2062 2063 2064 2065 2066 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2062 class DeleteConnectPeerRequest < Struct.new( :connect_peer_id) SENSITIVE = [] include Aws::Structure end |