#[non_exhaustive]pub struct RemoveAutoScalingPolicyInput { /* private fields */ }Implementations§
source§impl RemoveAutoScalingPolicyInput
impl RemoveAutoScalingPolicyInput
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.
source§impl RemoveAutoScalingPolicyInput
impl RemoveAutoScalingPolicyInput
sourcepub fn builder() -> RemoveAutoScalingPolicyInputBuilder
pub fn builder() -> RemoveAutoScalingPolicyInputBuilder
Creates a new builder-style object to manufacture RemoveAutoScalingPolicyInput.
source§impl RemoveAutoScalingPolicyInput
impl RemoveAutoScalingPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveAutoScalingPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RemoveAutoScalingPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveAutoScalingPolicy>
Trait Implementations§
source§impl Clone for RemoveAutoScalingPolicyInput
impl Clone for RemoveAutoScalingPolicyInput
source§fn clone(&self) -> RemoveAutoScalingPolicyInput
fn clone(&self) -> RemoveAutoScalingPolicyInput
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 RemoveAutoScalingPolicyInput
impl Debug for RemoveAutoScalingPolicyInput
source§impl PartialEq<RemoveAutoScalingPolicyInput> for RemoveAutoScalingPolicyInput
impl PartialEq<RemoveAutoScalingPolicyInput> for RemoveAutoScalingPolicyInput
source§fn eq(&self, other: &RemoveAutoScalingPolicyInput) -> bool
fn eq(&self, other: &RemoveAutoScalingPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.