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.
2558 2559 2560 2561 2562 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2558 class DeleteOutboundConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |