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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2091

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