Struct rusoto_batch::UpdateComputeEnvironmentRequest [] [src]

pub struct UpdateComputeEnvironmentRequest {
    pub compute_environment: String,
    pub compute_resources: Option<ComputeResourceUpdate>,
    pub service_role: Option<String>,
    pub state: Option<String>,
}

Fields

The name or full Amazon Resource Name (ARN) of the compute environment to update.

Details of the compute resources managed by the compute environment. Required for a managed compute environment.

The name or full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to ECS, Auto Scaling, and EC2 on your behalf.

The state of the compute environment. Compute environments in the ENABLED state can accept jobs from a queue and scale in or out automatically based on the workload demand of its associated queues.

Trait Implementations

impl Default for UpdateComputeEnvironmentRequest
[src]

[src]

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

impl Debug for UpdateComputeEnvironmentRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateComputeEnvironmentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more