Class: Aws::NetworkManager::Types::DeleteConnectionResponse

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

#connectionTypes::Connection

Information about the connection.

Returns:



1891
1892
1893
1894
1895
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1891

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