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

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

Overview

Note:

When making an API call, you may pass DescribeInboundCrossClusterSearchConnectionsRequest data as a hash:

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

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:



1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1072

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