Class: Aws::OpenSearchService::Types::DeleteInboundConnectionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::OpenSearchService::Types::DeleteInboundConnectionResponse
 
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The results of a DeleteInboundConnection operation. Contains details
about the deleted inbound connection.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection  ⇒ Types::InboundConnection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The deleted inbound connection. 
Instance Attribute Details
#connection ⇒ Types::InboundConnection
The deleted inbound connection.
| 2216 2217 2218 2219 2220 | # File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2216 class DeleteInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |