Class: Aws::OpenSearchService::Types::AcceptInboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AcceptInboundConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Contains details about the accepted inbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::InboundConnection
Information about the accepted inbound connection.
Instance Attribute Details
#connection ⇒ Types::InboundConnection
Information about the accepted inbound connection.
111 112 113 114 115 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 111 class AcceptInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |