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

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

#connectionTypes::Connection

Information about the connection.

Returns:



2103
2104
2105
2106
2107
# File 'lib/aws-sdk-networkmanager/types.rb', line 2103

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