ListDiscoveredResourcesResult class

Constructors

ListDiscoveredResourcesResult({List<DiscoveredResource>? discoveredResourceList, String? nextToken})
ListDiscoveredResourcesResult.fromJson(Map<String, dynamic> json)
factory

Properties

discoveredResourceList List<DiscoveredResource>?
Returned list of discovered resources associated with the given MigrationTask.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
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