class Aws::OpenSearchService::Types::DescribeInboundConnectionsRequest

Container for the parameters to the ` DescribeInboundConnections ` operation.

@note When making an API call, you may pass DescribeInboundConnectionsRequest

data as a hash:

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

@!attribute [rw] filters

A list of filters used to match properties for inbound cross-cluster
connections. Available ` Filter ` values are: * connection-id
* local-domain-info.domain-name
* local-domain-info.owner-id
* local-domain-info.region
* remote-domain-info.domain-name
@return [Array<Types::Filter>]

@!attribute [rw] max_results

Set this value to limit the number of results returned. If not
specified, defaults to 100.
@return [Integer]

@!attribute [rw] next_token

If more results are available and NextToken is present, make the
next request to the same API with the received NextToken to paginate
the remaining results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeInboundConnectionsRequest AWS API Documentation

Constants

SENSITIVE