Class: Aws::OpenSearchService::Types::DeleteInboundConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the DeleteInboundConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the inbound connection to permanently delete.

Returns:

  • (String)


1722
1723
1724
1725
1726
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1722

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