Class: Aws::ElasticsearchService::Types::DescribeInboundCrossClusterSearchConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeInboundCrossClusterSearchConnectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeInboundCrossClusterSearchConnections` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
A list of filters used to match properties for inbound 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 inbound cross-cluster search connection. Available ‘Filter` names for this operation are:
-
cross-cluster-search-connection-id
-
source-domain-info.domain-name
-
source-domain-info.owner-id
-
source-domain-info.region
-
destination-domain-info.domain-name
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1403 class DescribeInboundCrossClusterSearchConnectionsRequest < 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.
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1403 class DescribeInboundCrossClusterSearchConnectionsRequest < 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.
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1403 class DescribeInboundCrossClusterSearchConnectionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |