Class: Aws::ElasticsearchService::Types::DescribeOutboundCrossClusterSearchConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeOutboundCrossClusterSearchConnectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeOutboundCrossClusterSearchConnections` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
A list of filters used to match properties for outbound cross-cluster search connection.
-
#max_results ⇒ Integer
Set this value to limit the number of results returned.
-
#next_token ⇒ String
NextToken is sent in case the earlier API call results contain the NextToken.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
A list of filters used to match properties for outbound cross-cluster search connection. Available ‘Filter` names for this operation are: * cross-cluster-search-connection-id
-
destination-domain-info.domain-name
-
destination-domain-info.owner-id
-
destination-domain-info.region
-
source-domain-info.domain-name
1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1456 class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Set this value to limit the number of results returned. If not specified, defaults to 100.
1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1456 class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1456 class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |