DescribeOutboundConnectionsResponse class
The result of a DescribeOutboundConnections
request.
Contains the list of connections matching the filter criteria.
Constructors
-
DescribeOutboundConnectionsResponse({List<
OutboundConnection> ? connections, String? nextToken}) -
DescribeOutboundConnectionsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
connections
→ List<
OutboundConnection> ? -
A list of
OutboundConnection
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