pub type ProfileFileKind = EnvConfigFileKind;
👎Deprecated since 1.1.11: Use aws_runtime::env_config::file::EnvConfigFileKind.
Expand description
Use aws_runtime::env_config::file::EnvConfigFileKind instead.
Aliased Type§
enum ProfileFileKind {
Config,
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 EnvConfigFileKind
impl Clone for EnvConfigFileKind
Source§fn clone(&self) -> EnvConfigFileKind
fn clone(&self) -> EnvConfigFileKind
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