[][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.