Class: Aws::DatabaseMigrationService::Types::DeleteConnectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The connection that is being deleted.

Returns:



2165
2166
2167
2168
2169
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2165

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