Type Alias OpEnvGetByKeyResponse

Source
pub type OpEnvGetByKeyResponse = OpEnvGetByKeyOutputResponse;

Aliased Type§

pub struct OpEnvGetByKeyResponse {
    pub value: Option<ObjectId>,
}

Fields§

§value: Option<ObjectId>