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