GetDeployablePatchSnapshotForInstanceResult class

Constructors

GetDeployablePatchSnapshotForInstanceResult({String? instanceId, String? product, String? snapshotDownloadUrl, String? snapshotId})
GetDeployablePatchSnapshotForInstanceResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The ID of the instance.
final
product String?
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotDownloadUrl String?
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
final
snapshotId String?
The user-defined snapshot ID.
final

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