class Aws::CredentialProviderChain
def assume_role_with_profile(prof, region)
def assume_role_with_profile(prof, region) Aws.shared_config.assume_role_credentials_from_config( profile: prof, region: region ) end
def assume_role_with_profile(prof, region) Aws.shared_config.assume_role_credentials_from_config( profile: prof, region: region ) end