ListConnectionsOutput class

Constructors

ListConnectionsOutput({List<Connection>? connections, String? nextToken})
ListConnectionsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

connections List<Connection>?
A list of connections and the details for each connection, such as status, owner, and provider type.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
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