Region class

Describes the AWS Region.

Constructors

Region({List<AvailabilityZone>? availabilityZones, String? continentCode, String? description, String? displayName, RegionName? name, List<AvailabilityZone>? relationalDatabaseAvailabilityZones})
Region.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZones List<AvailabilityZone>?
The Availability Zones. Follows the format us-east-2a (case-sensitive).
final
continentCode String?
The continent code (e.g., NA, meaning North America).
final
description String?
The description of the AWS Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).
final
displayName String?
The display name (e.g., Ohio).
final
hashCode int
The hash code for this object.
no setterinherited
name RegionName?
The region name (e.g., us-east-2).
final
relationalDatabaseAvailabilityZones List<AvailabilityZone>?
The Availability Zones for databases. Follows the format us-east-2a (case-sensitive).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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