Class: Aws::NetworkManager::Types::DisassociateConnectPeerRequest

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_peer_idString

The ID of the Connect peer to disassociate from a device.

Returns:

  • (String)


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_idString

The ID of the global network.

Returns:

  • (String)


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