Class: Aws::OpenSearchService::Types::DeleteInboundConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteInboundConnectionRequest
- 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
-
#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.
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 |