Struct aws_sdk_emr::operation::remove_managed_scaling_policy::RemoveManagedScalingPolicyInput
source · #[non_exhaustive]pub struct RemoveManagedScalingPolicyInput { /* private fields */ }Implementations§
source§impl RemoveManagedScalingPolicyInput
impl RemoveManagedScalingPolicyInput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
Specifies the ID of the cluster from which the managed scaling policy will be removed.
source§impl RemoveManagedScalingPolicyInput
impl RemoveManagedScalingPolicyInput
sourcepub fn builder() -> RemoveManagedScalingPolicyInputBuilder
pub fn builder() -> RemoveManagedScalingPolicyInputBuilder
Creates a new builder-style object to manufacture RemoveManagedScalingPolicyInput.
source§impl RemoveManagedScalingPolicyInput
impl RemoveManagedScalingPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RemoveManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveManagedScalingPolicy>
Trait Implementations§
source§impl Clone for RemoveManagedScalingPolicyInput
impl Clone for RemoveManagedScalingPolicyInput
source§fn clone(&self) -> RemoveManagedScalingPolicyInput
fn clone(&self) -> RemoveManagedScalingPolicyInput
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<RemoveManagedScalingPolicyInput> for RemoveManagedScalingPolicyInput
impl PartialEq<RemoveManagedScalingPolicyInput> for RemoveManagedScalingPolicyInput
source§fn eq(&self, other: &RemoveManagedScalingPolicyInput) -> bool
fn eq(&self, other: &RemoveManagedScalingPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.