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

Inherits:
Struct
  • Object
show all
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

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:



1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1507

class DescribeInboundCrossClusterSearchConnectionsRequest < 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)


1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1507

class DescribeInboundCrossClusterSearchConnectionsRequest < 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)


1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1507

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