DescribeOutboundCrossClusterSearchConnectionsResponse
public struct DescribeOutboundCrossClusterSearchConnectionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Consists of list of OutboundCrossClusterSearchConnection matching the specified filter criteria.
Declaration
Swift
public let crossClusterSearchConnections: [OutboundCrossClusterSearchConnection]?
-
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: [OutboundCrossClusterSearchConnection]? = nil, nextToken: String? = nil)