[][src]Function ubuntu_ami::get_latest

pub async fn get_latest(
    region: &str,
    release_name: Option<&str>,
    release_number: Option<&str>,
    instance_type: Option<&str>,
    architecture: Option<&str>
) -> Result<String, StdError>

Get the most recent Ubuntu AMI that matches the given criteria.