You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::DescribeInboundCrossClusterSearchConnectionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeInboundCrossClusterSearchConnectionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  filters: [
    {
      name: "NonEmptyString",
      values: ["NonEmptyString"],
    },
  ],
  max_results: 1,
  next_token: "NextToken",
}

Container for the parameters to the DescribeInboundCrossClusterSearchConnections operation.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (Array<Types::Filter>)

    A list of filters used to match properties for inbound cross-cluster search connection.

#max_resultsInteger

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

Returns:

  • (Integer)

    Set this value to limit the number of results returned.

#next_tokenString

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

Returns:

  • (String)

    NextToken is sent in case the earlier API call results contain the NextToken.