pub trait ProvideRegion: Send + Sync + Debug {
    fn region(&self) -> ProvideRegion<'_> ;
}
Expand description

Provide a Region to use with AWS requests

For most cases default_provider will be the best option, implementing a standard provider chain.

Required Methods§

Load a region from this provider

Trait Implementations§

Load a region from this provider

Implementations on Foreign Types§

Implementors§