Class: Aws::OpenSearchService::Types::AcceptInboundConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AcceptInboundConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘AcceptInboundConnection` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the inbound connection to accept.
Instance Attribute Details
#connection_id ⇒ String
The ID of the inbound connection to accept.
97 98 99 100 101 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 97 class AcceptInboundConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |