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

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

Instance Attribute Details

#connectionTypes::InboundConnection

The deleted inbound connection.



1737
1738
1739
1740
1741
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1737

class DeleteInboundConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end