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

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-networkmanager/types.rb', line 2090

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)


2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-networkmanager/types.rb', line 2090

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