Class: Aws::OpenSearchService::Types::DeleteInboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteInboundConnectionResponse
- Includes:
- Structure
- Defined in:
- 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.
2106 2107 2108 2109 2110 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2106 class DeleteInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |