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.
1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1839 class DeleteOutboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |