aws_config::profile::profile_file

Type Alias ProfileFileKind

Source
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

Source§

fn clone(&self) -> EnvConfigFileKind

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for EnvConfigFileKind

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for EnvConfigFileKind