Class: Aws::ElasticsearchService::Types::DescribeOutboundCrossClusterSearchConnectionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for the parameters to the DescribeOutboundCrossClusterSearchConnections operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<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

Returns:



1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1560

class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Set this value to limit the number of results returned. If not specified, defaults to 100.

Returns:

  • (Integer)


1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1560

class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

Returns:

  • (String)


1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1560

class DescribeOutboundCrossClusterSearchConnectionsRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end