Ami class

Details of an EC2 AMI.

Constructors

Ami({String? accountId, String? description, String? image, String? name, String? region, ImageState? state})
Ami.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The account ID of the owner of the AMI.
final
description String?
The description of the EC2 AMI. Minimum and maximum length are in characters.
final
hashCode int
The hash code for this object.
no setterinherited
image String?
The AMI ID of the EC2 AMI.
final
name String?
The name of the EC2 AMI.
final
region String?
The AWS Region of the EC2 AMI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ImageState?
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