Class: Aws::OpenSearchService::Types::DeleteOutboundConnectionRequest

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

Overview

Container for the parameters to the DeleteOutboundConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the outbound connection you want to permanently delete.

Returns:

  • (String)


1752
1753
1754
1755
1756
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1752

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