Class: Aws::DatabaseMigrationService::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The connection that is being deleted.
Instance Attribute Details
#connection ⇒ Types::Connection
The connection that is being deleted.
2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2420 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |