Struct aws_sdk_ecs::input::UpdateCapacityProviderInput
source · #[non_exhaustive]pub struct UpdateCapacityProviderInput { /* private fields */ }Implementations§
source§impl UpdateCapacityProviderInput
impl UpdateCapacityProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCapacityProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCapacityProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCapacityProvider>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCapacityProviderInput.
source§impl UpdateCapacityProviderInput
impl UpdateCapacityProviderInput
sourcepub fn auto_scaling_group_provider(
&self
) -> Option<&AutoScalingGroupProviderUpdate>
pub fn auto_scaling_group_provider(
&self
) -> Option<&AutoScalingGroupProviderUpdate>
An object that represent the parameters to update for the Auto Scaling group capacity provider.
Trait Implementations§
source§impl Clone for UpdateCapacityProviderInput
impl Clone for UpdateCapacityProviderInput
source§fn clone(&self) -> UpdateCapacityProviderInput
fn clone(&self) -> UpdateCapacityProviderInput
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 UpdateCapacityProviderInput
impl Debug for UpdateCapacityProviderInput
source§impl PartialEq<UpdateCapacityProviderInput> for UpdateCapacityProviderInput
impl PartialEq<UpdateCapacityProviderInput> for UpdateCapacityProviderInput
source§fn eq(&self, other: &UpdateCapacityProviderInput) -> bool
fn eq(&self, other: &UpdateCapacityProviderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.