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.
2184 2185 2186 2187 2188 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2184 class DeleteInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |