Struct rusoto_emr::PutAutoScalingPolicyInput[][src]

pub struct PutAutoScalingPolicyInput {
    pub auto_scaling_policy: AutoScalingPolicy,
    pub cluster_id: String,
    pub instance_group_id: String,
}

Fields

Specifies the definition of the automatic scaling policy.

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

Specifies the ID of the instance group to which the automatic scaling policy is applied.

Trait Implementations

impl Default for PutAutoScalingPolicyInput
[src]

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

impl Debug for PutAutoScalingPolicyInput
[src]

Formats the value using the given formatter. Read more

impl Clone for PutAutoScalingPolicyInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutAutoScalingPolicyInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations