Class: Aws::OpenSearchService::Types::DeleteOutboundConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteOutboundConnectionRequest
- 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
-
#connection_id ⇒ String
The ID of the outbound connection you want to permanently delete.
Instance Attribute Details
#connection_id ⇒ String
The ID of the outbound connection you want to permanently delete.
2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2199 class DeleteOutboundConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |