Class: Aws::OpenSearchService::Types::DescribeInboundConnectionsRequest

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

Overview

Container for the parameters to the ‘DescribeInboundConnections` 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 connections.

Returns:



2305
2306
2307
2308
2309
2310
2311
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2305

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

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to get the next page of results.

Returns:

  • (Integer)


2305
2306
2307
2308
2309
2310
2311
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2305

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

#next_tokenString

If your initial ‘DescribeInboundConnections` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `DescribeInboundConnections` operations, which returns results in the next page.

Returns:

  • (String)


2305
2306
2307
2308
2309
2310
2311
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2305

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