Class: Aws::OpenSearchService::Types::DeleteOutboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteOutboundConnectionResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
2213 2214 2215 2216 2217 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2213 class DeleteOutboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |