Class: Aws::Types::ConnectionProperties
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_cluster_search ⇒ Types::CrossClusterSearchConnectionProperties
Returns the value of attribute cross_cluster_search.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
Instance Attribute Details
#cross_cluster_search ⇒ Types::CrossClusterSearchConnectionProperties
Returns the value of attribute cross_cluster_search.
464 465 466 |
# File 'sig/types.rbs', line 464 def cross_cluster_search @cross_cluster_search end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
463 464 465 |
# File 'sig/types.rbs', line 463 def endpoint @endpoint end |