Struct rusoto_emr::PutAutoScalingPolicyOutput[][src]

pub struct PutAutoScalingPolicyOutput {
    pub auto_scaling_policy: Option<AutoScalingPolicyDescription>,
    pub cluster_id: Option<String>,
    pub instance_group_id: Option<String>,
}

Fields

The automatic scaling policy definition.

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 PutAutoScalingPolicyOutput
[src]

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

impl Debug for PutAutoScalingPolicyOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for PutAutoScalingPolicyOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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