pub struct AWSConfig {
pub profile: Option<String>,
}Expand description
Configuration for AWS integration.
Fields§
§profile: Option<String>AWS profile name to use for authentication. If specified, ml-cellar will use credentials from this AWS CLI profile.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AWSConfig
impl<'de> Deserialize<'de> for AWSConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AWSConfig
impl RefUnwindSafe for AWSConfig
impl Send for AWSConfig
impl Sync for AWSConfig
impl Unpin for AWSConfig
impl UnwindSafe for AWSConfig
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