Struct rusoto_emr::RemoveAutoScalingPolicyInput[][src]

pub struct RemoveAutoScalingPolicyInput {
    pub cluster_id: String,
    pub instance_group_id: String,
}

Fields

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 scaling policy is applied.

Trait Implementations

impl Default for RemoveAutoScalingPolicyInput
[src]

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

impl Debug for RemoveAutoScalingPolicyInput
[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveAutoScalingPolicyInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RemoveAutoScalingPolicyInput
[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