Class: Aws::OpenSearchService::Types::AcceptInboundConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Contains details about the accepted inbound connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::InboundConnection

Information about the accepted inbound connection.



60
61
62
63
64
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 60

class AcceptInboundConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end