Method: Aws::NetworkManager::Types::DeleteConnectionResponse#connection

Defined in:
lib/aws-sdk-networkmanager/types.rb

#connectionTypes::Connection

Information about the connection.

Returns:



2321
2322
2323
2324
2325
# File 'lib/aws-sdk-networkmanager/types.rb', line 2321

class DeleteConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end