Class: Aws::NetworkManager::Types::DeleteConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the connection.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1878

class DeleteConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1878

class DeleteConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id)
  SENSITIVE = []
  include Aws::Structure
end