diff --git a/aws/rust-runtime/aws-config/src/provider_config.rs b/aws/rust-runtime/aws-config/src/provider_config.rs index 7c06d661b8..372c72e71b 100644 --- a/aws/rust-runtime/aws-config/src/provider_config.rs +++ b/aws/rust-runtime/aws-config/src/provider_config.rs @@ -43,7 +43,7 @@ pub struct ProviderConfig { sleep: Option>, region: Option, // An AWS profile created from `ProfileFiles` and a `profile_name` - profile: Arc>>, + parsed_profile: Arc>>, // A list of [std::path::Path]s to profile files profile_files: ProfileFiles, // An override to use when constructing a `ProfileSet`