pub struct RemoveAutoScalingPolicyInput {
pub cluster_id: String,
pub instance_group_id: String,
}
Fields§
§cluster_id: String
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
instance_group_id: String
Specifies the ID of the instance group to which the scaling policy is applied.
Trait Implementations§
Source§impl Clone for RemoveAutoScalingPolicyInput
impl Clone for RemoveAutoScalingPolicyInput
Source§fn clone(&self) -> RemoveAutoScalingPolicyInput
fn clone(&self) -> RemoveAutoScalingPolicyInput
Returns a duplicate 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 Default for RemoveAutoScalingPolicyInput
impl Default for RemoveAutoScalingPolicyInput
Source§fn default() -> RemoveAutoScalingPolicyInput
fn default() -> RemoveAutoScalingPolicyInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for RemoveAutoScalingPolicyInput
impl PartialEq for RemoveAutoScalingPolicyInput
Source§fn eq(&self, other: &RemoveAutoScalingPolicyInput) -> bool
fn eq(&self, other: &RemoveAutoScalingPolicyInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RemoveAutoScalingPolicyInput
Auto Trait Implementations§
impl Freeze for RemoveAutoScalingPolicyInput
impl RefUnwindSafe for RemoveAutoScalingPolicyInput
impl Send for RemoveAutoScalingPolicyInput
impl Sync for RemoveAutoScalingPolicyInput
impl Unpin for RemoveAutoScalingPolicyInput
impl UnwindSafe for RemoveAutoScalingPolicyInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more