Struct aws_sdk_emr::output::RemoveAutoScalingPolicyOutput
source · #[non_exhaustive]pub struct RemoveAutoScalingPolicyOutput {}Implementations§
source§impl RemoveAutoScalingPolicyOutput
impl RemoveAutoScalingPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAutoScalingPolicyOutput.
Trait Implementations§
source§impl Clone for RemoveAutoScalingPolicyOutput
impl Clone for RemoveAutoScalingPolicyOutput
source§fn clone(&self) -> RemoveAutoScalingPolicyOutput
fn clone(&self) -> RemoveAutoScalingPolicyOutput
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 PartialEq<RemoveAutoScalingPolicyOutput> for RemoveAutoScalingPolicyOutput
impl PartialEq<RemoveAutoScalingPolicyOutput> for RemoveAutoScalingPolicyOutput
source§fn eq(&self, other: &RemoveAutoScalingPolicyOutput) -> bool
fn eq(&self, other: &RemoveAutoScalingPolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.