fn new()

in aws_secretsmanager_caching/src/secret_store/memory_store/mod.rs [28:33]


    fn new(value: GetSecretValueOutputDef) -> Self {
        Self {
            value,
            last_updated_at: Instant::now(),
        }
    }