AWSRegion enum

The region of the S3 bucket that AWS delivers the report into.

Inheritance

Constructors

AWSRegion()
const

Values

afSouth_1 → const AWSRegion
apEast_1 → const AWSRegion
apSouth_1 → const AWSRegion
apSoutheast_1 → const AWSRegion
apSoutheast_2 → const AWSRegion
apNortheast_1 → const AWSRegion
apNortheast_2 → const AWSRegion
apNortheast_3 → const AWSRegion
caCentral_1 → const AWSRegion
euCentral_1 → const AWSRegion
euWest_1 → const AWSRegion
euWest_2 → const AWSRegion
euWest_3 → const AWSRegion
euNorth_1 → const AWSRegion
euSouth_1 → const AWSRegion
meSouth_1 → const AWSRegion
saEast_1 → const AWSRegion
usEast_1 → const AWSRegion
usEast_2 → const AWSRegion
usWest_1 → const AWSRegion
usWest_2 → const AWSRegion
cnNorth_1 → const AWSRegion
cnNorthwest_1 → const AWSRegion

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<AWSRegion>
A constant List of the values in this enum, in order of their declaration.