Struct rusoto_batch::ComputeResourceUpdate [] [src]

pub struct ComputeResourceUpdate {
    pub desiredv_cpus: Option<i64>,
    pub maxv_cpus: Option<i64>,
    pub minv_cpus: Option<i64>,
}

An object representing the attributes of a compute environment that can be updated.

Fields

The desired number of EC2 vCPUS in the compute environment.

The maximum number of EC2 vCPUs that an environment can reach.

The minimum number of EC2 vCPUs that an environment should maintain.

Trait Implementations

impl Default for ComputeResourceUpdate
[src]

Returns the "default value" for a type. Read more

impl Debug for ComputeResourceUpdate
[src]

Formats the value using the given formatter.

impl Clone for ComputeResourceUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more