Enum aws_config::profile::profile_file::ProfileFileKind
source · pub enum ProfileFileKind {
Config,
Credentials,
}
Expand description
Profile file type (config or credentials)
Variants§
Config
The SDK config file that typically resides in ~/.aws/config
Credentials
The SDK credentials file that typically resides in ~/.aws/credentials
Trait Implementations§
source§impl Clone for ProfileFileKind
impl Clone for ProfileFileKind
source§fn clone(&self) -> ProfileFileKind
fn clone(&self) -> ProfileFileKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more