Class: Aws::OpenSearchService::Types::DeleteInboundConnectionResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connectionTypes::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