ListCompatibleImagesResult class

Constructors

ListCompatibleImagesResult({List<CompatibleImage>? compatibleImages, String? nextToken})
ListCompatibleImagesResult.fromJson(Map<String, dynamic> json)
factory

Properties

compatibleImages List<CompatibleImage>?
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
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