Class: Aws::OpenSearchService::Types::DescribeInboundConnectionsResponse

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

Overview

Contains a list of connections matching the filter criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<Types::InboundConnection>

List of inbound connections.

Returns:



2255
2256
2257
2258
2259
2260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2255

class DescribeInboundConnectionsResponse < Struct.new(
  :connections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2255

class DescribeInboundConnectionsResponse < Struct.new(
  :connections,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end