SourceRegion class

Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.

Constructors

SourceRegion({String? endpoint, String? regionName, String? status, bool? supportsDBInstanceAutomatedBackupsReplication})
SourceRegion.fromXml(XmlElement elem)
factory

Properties

endpoint String?
The endpoint for the source AWS Region endpoint.
final
hashCode int
The hash code for this object.
no setterinherited
regionName String?
The name of the source AWS Region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the source AWS Region.
final
supportsDBInstanceAutomatedBackupsReplication bool?
Whether the source AWS Region supports replicating automated backups to the current AWS Region.
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