Method: Aws::NetworkManager::Types::DeleteConnectionResponse#connection
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
#connection ⇒ Types::Connection
Information about the connection.
2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2321 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |