#[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.
AfSouth1
ApEast1
ApNortheast1
ApNortheast2
ApNortheast3
ApSouth1
ApSoutheast1
ApSoutheast2
CaCentral1
EuCentral1
EuNorth1
EuSouth1
EuWest1
EuWest2
EuWest3
MeSouth1
SaEast1
UsEast1
UsEast2
UsGovEast1
UsGovWest1
UsWest1
UsWest2
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnwindSafe for Region
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more