DescribeInboundCrossClusterSearchConnectionsResponse
public struct DescribeInboundCrossClusterSearchConnectionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Consists of list of InboundCrossClusterSearchConnection matching the specified filter criteria.
Declaration
Swift
public let crossClusterSearchConnections: [InboundCrossClusterSearchConnection]? -
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(crossClusterSearchConnections: [InboundCrossClusterSearchConnection]? = nil, nextToken: String? = nil)
View on GitHub
DescribeInboundCrossClusterSearchConnectionsResponse Structure Reference