Module: Aws::ElasticsearchService::Client::_DescribeInboundCrossClusterSearchConnectionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInboundCrossClusterSearchConnectionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cross_cluster_search_connections ⇒ ::Array[Types::InboundCrossClusterSearchConnection]
- #next_token ⇒ ::String
Instance Method Details
#cross_cluster_search_connections ⇒ ::Array[Types::InboundCrossClusterSearchConnection]
398 |
# File 'sig/client.rbs', line 398
def cross_cluster_search_connections: () -> ::Array[Types::InboundCrossClusterSearchConnection]
|
#next_token ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def next_token: () -> ::String
|