Class: Aws::OpenSearchService::Types::AcceptInboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AcceptInboundConnectionResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of an AcceptInboundConnection
operation. Contains
details about the accepted inbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::InboundConnection
The
InboundConnection
of the accepted inbound connection.
Instance Attribute Details
#connection ⇒ Types::InboundConnection
The InboundConnection
of the accepted inbound connection.
76 77 78 79 80 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 76 class AcceptInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |