Class: Aws::OpenSearchService::Types::DeleteOutboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteOutboundConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Details about the deleted outbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::OutboundConnection
The deleted inbound connection.
Instance Attribute Details
#connection ⇒ Types::OutboundConnection
The deleted inbound connection.
2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2135 class DeleteOutboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |