DescribeOutboundCrossClusterSearchConnectionsResponse class
The result of a
DescribeOutboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
Constructors
-
DescribeOutboundCrossClusterSearchConnectionsResponse({List<
OutboundCrossClusterSearchConnection> ? crossClusterSearchConnections, String? nextToken}) -
DescribeOutboundCrossClusterSearchConnectionsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
crossClusterSearchConnections
→ List<
OutboundCrossClusterSearchConnection> ? -
Consists of list of
OutboundCrossClusterSearchConnection
matching the specified filter criteria.final - hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited