Class: Aws::NetworkManager::Types::DisassociateConnectPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateConnectPeerRequest
- 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 Connect peer to disassociate from a device.
-
#global_network_id ⇒ String
The ID of the global network.
Instance Attribute Details
#connect_peer_id ⇒ String
The ID of the Connect peer to disassociate from a device.
2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2489 class DisassociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2489 class DisassociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id) SENSITIVE = [] include Aws::Structure end |