Enum tiny_dynamo::Region [−][src]
#[non_exhaustive]
pub enum Region {
Show 23 variants
AfSouth1,
ApEast1,
ApNortheast1,
ApNortheast2,
ApNortheast3,
ApSouth1,
ApSoutheast1,
ApSoutheast2,
CaCentral1,
EuCentral1,
EuNorth1,
EuSouth1,
EuWest1,
EuWest2,
EuWest3,
MeSouth1,
SaEast1,
UsEast1,
UsEast2,
UsGovEast1,
UsGovWest1,
UsWest1,
UsWest2,
}
Expand description
A list of AWS Regions supported by DynamoDB
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.