Ec2AmiResource class
A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the AWS Cloud and on the device.
Constructors
- Ec2AmiResource({required String amiId, String? snowballAmiId})
-
Ec2AmiResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amiId → String
-
The ID of the AMI in Amazon EC2.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snowballAmiId → String?
-
The ID of the AMI on the Snow device.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited