Class: Aws::Types::InboundCrossClusterSearchConnection
- Inherits:
-
Object
- Object
- Aws::Types::InboundCrossClusterSearchConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_status ⇒ Types::InboundCrossClusterSearchConnectionStatus
Returns the value of attribute connection_status.
-
#cross_cluster_search_connection_id ⇒ ::String
Returns the value of attribute cross_cluster_search_connection_id.
-
#destination_domain_info ⇒ Types::DomainInformation
Returns the value of attribute destination_domain_info.
-
#source_domain_info ⇒ Types::DomainInformation
Returns the value of attribute source_domain_info.
Instance Attribute Details
#connection_status ⇒ Types::InboundCrossClusterSearchConnectionStatus
Returns the value of attribute connection_status.
799 800 801 |
# File 'sig/types.rbs', line 799 def connection_status @connection_status end |
#cross_cluster_search_connection_id ⇒ ::String
Returns the value of attribute cross_cluster_search_connection_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def cross_cluster_search_connection_id @cross_cluster_search_connection_id end |
#destination_domain_info ⇒ Types::DomainInformation
Returns the value of attribute destination_domain_info.
797 798 799 |
# File 'sig/types.rbs', line 797 def destination_domain_info @destination_domain_info end |
#source_domain_info ⇒ Types::DomainInformation
Returns the value of attribute source_domain_info.
796 797 798 |
# File 'sig/types.rbs', line 796 def source_domain_info @source_domain_info end |