Class: Aws::DatabaseMigrationService::Types::DeleteConnectionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteConnectionResponse
 
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
| 2460 2461 2462 2463 2464 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2460 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |