ListImportsOutput class

Constructors

ListImportsOutput({List<String>? imports, String? nextToken})
ListImportsOutput.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imports List<String>?
A list of stack names that are importing the specified exported output value.
final
nextToken String?
A string that identifies the next page of exports. If there is no additional page, this value is null.
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