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