Struct aws_sdk_emr::output::PutAutoScalingPolicyOutput
source · #[non_exhaustive]pub struct PutAutoScalingPolicyOutput { /* private fields */ }Implementations§
source§impl PutAutoScalingPolicyOutput
impl PutAutoScalingPolicyOutput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
sourcepub fn instance_group_id(&self) -> Option<&str>
pub fn instance_group_id(&self) -> Option<&str>
Specifies the ID of the instance group to which the scaling policy is applied.
sourcepub fn auto_scaling_policy(&self) -> Option<&AutoScalingPolicyDescription>
pub fn auto_scaling_policy(&self) -> Option<&AutoScalingPolicyDescription>
The automatic scaling policy definition.
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the cluster.
source§impl PutAutoScalingPolicyOutput
impl PutAutoScalingPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAutoScalingPolicyOutput.
Trait Implementations§
source§impl Clone for PutAutoScalingPolicyOutput
impl Clone for PutAutoScalingPolicyOutput
source§fn clone(&self) -> PutAutoScalingPolicyOutput
fn clone(&self) -> PutAutoScalingPolicyOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PutAutoScalingPolicyOutput
impl Debug for PutAutoScalingPolicyOutput
source§impl PartialEq<PutAutoScalingPolicyOutput> for PutAutoScalingPolicyOutput
impl PartialEq<PutAutoScalingPolicyOutput> for PutAutoScalingPolicyOutput
source§fn eq(&self, other: &PutAutoScalingPolicyOutput) -> bool
fn eq(&self, other: &PutAutoScalingPolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.