class Aws::OpenSearchService::Types::DescribeOutboundConnectionsRequest
Container for the parameters to the ` DescribeOutboundConnections ` operation.
@note When making an API call, you may pass DescribeOutboundConnectionsRequest
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 outbound cross-cluster connections. Available ` Filter ` names for this operation are: * connection-id * remote-domain-info.domain-name * remote-domain-info.owner-id * remote-domain-info.region * local-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
NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for pagination. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeOutboundConnectionsRequest AWS API Documentation
Constants
- SENSITIVE