Struct aws_sdk_emr::output::PutAutoScalingPolicyOutput
source · [−]#[non_exhaustive]pub struct PutAutoScalingPolicyOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl PutAutoScalingPolicyOutput
impl PutAutoScalingPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAutoScalingPolicyOutput.
Trait Implementations
sourceimpl Clone for PutAutoScalingPolicyOutput
impl Clone for PutAutoScalingPolicyOutput
sourcefn clone(&self) -> PutAutoScalingPolicyOutput
fn clone(&self) -> PutAutoScalingPolicyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PutAutoScalingPolicyOutput
impl Debug for PutAutoScalingPolicyOutput
sourceimpl PartialEq<PutAutoScalingPolicyOutput> for PutAutoScalingPolicyOutput
impl PartialEq<PutAutoScalingPolicyOutput> for PutAutoScalingPolicyOutput
sourcefn eq(&self, other: &PutAutoScalingPolicyOutput) -> bool
fn eq(&self, other: &PutAutoScalingPolicyOutput) -> bool
impl StructuralPartialEq for PutAutoScalingPolicyOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more