Struct aws_sdk_emr::output::PutAutoScalingPolicyOutput [−][src]
#[non_exhaustive]pub struct PutAutoScalingPolicyOutput {
pub cluster_id: Option<String>,
pub instance_group_id: Option<String>,
pub auto_scaling_policy: Option<AutoScalingPolicyDescription>,
pub cluster_arn: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cluster_id: Option<String>Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
instance_group_id: Option<String>Specifies the ID of the instance group to which the scaling policy is applied.
auto_scaling_policy: Option<AutoScalingPolicyDescription>The automatic scaling policy definition.
cluster_arn: Option<String>The Amazon Resource Name (ARN) of the cluster.
Implementations
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.
The automatic scaling policy definition.
The Amazon Resource Name (ARN) of the cluster.
Creates a new builder-style object to manufacture PutAutoScalingPolicyOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PutAutoScalingPolicyOutput
impl Send for PutAutoScalingPolicyOutput
impl Sync for PutAutoScalingPolicyOutput
impl Unpin for PutAutoScalingPolicyOutput
impl UnwindSafe for PutAutoScalingPolicyOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
