Class: Aws::OpenSearchService::Types::InboundConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InboundConnection
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Describes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see Cross-cluster search for Amazon OpenSearch Service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The unique identifier of the connection.
-
#connection_mode ⇒ String
The connection mode.
-
#connection_status ⇒ Types::InboundConnectionStatus
The current status of the connection.
-
#local_domain_info ⇒ Types::DomainInformationContainer
Information about the source (local) domain.
-
#remote_domain_info ⇒ Types::DomainInformationContainer
Information about the destination (remote) domain.
Instance Attribute Details
#connection_id ⇒ String
The unique identifier of the connection.
4462 4463 4464 4465 4466 4467 4468 4469 4470 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4462 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#connection_mode ⇒ String
The connection mode.
4462 4463 4464 4465 4466 4467 4468 4469 4470 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4462 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#connection_status ⇒ Types::InboundConnectionStatus
The current status of the connection.
4462 4463 4464 4465 4466 4467 4468 4469 4470 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4462 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#local_domain_info ⇒ Types::DomainInformationContainer
Information about the source (local) domain.
4462 4463 4464 4465 4466 4467 4468 4469 4470 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4462 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Information about the destination (remote) domain.
4462 4463 4464 4465 4466 4467 4468 4469 4470 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4462 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |