DBSnapshot class

Constructors

DBSnapshot({int? allocatedStorage, String? availabilityZone, String? dBInstanceIdentifier, String? dBSnapshotIdentifier, String? engine, String? engineVersion, DateTime? instanceCreateTime, int? iops, String? licenseModel, String? masterUsername, int? port, DateTime? snapshotCreateTime, String? snapshotType, String? status, String? vpcId})
DBSnapshot.fromXml(XmlElement elem)
factory

Properties

allocatedStorage int?
final
availabilityZone String?
final
dBInstanceIdentifier String?
final
dBSnapshotIdentifier String?
final
engine String?
final
engineVersion String?
final
hashCode int
The hash code for this object.
no setterinherited
instanceCreateTime DateTime?
final
iops int?
final
licenseModel String?
final
masterUsername String?
final
port int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotCreateTime DateTime?
final
snapshotType String?
final
status String?
final
vpcId String?
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