#[non_exhaustive]pub struct AwsEcsServiceCapacityProviderStrategyDetails { /* private fields */ }
Expand description
Strategy item for the capacity provider strategy that the service uses.
Implementations§
source§impl AwsEcsServiceCapacityProviderStrategyDetails
impl AwsEcsServiceCapacityProviderStrategyDetails
source§impl AwsEcsServiceCapacityProviderStrategyDetails
impl AwsEcsServiceCapacityProviderStrategyDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsServiceCapacityProviderStrategyDetails
.
Trait Implementations§
source§impl Clone for AwsEcsServiceCapacityProviderStrategyDetails
impl Clone for AwsEcsServiceCapacityProviderStrategyDetails
source§fn clone(&self) -> AwsEcsServiceCapacityProviderStrategyDetails
fn clone(&self) -> AwsEcsServiceCapacityProviderStrategyDetails
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<AwsEcsServiceCapacityProviderStrategyDetails> for AwsEcsServiceCapacityProviderStrategyDetails
impl PartialEq<AwsEcsServiceCapacityProviderStrategyDetails> for AwsEcsServiceCapacityProviderStrategyDetails
source§fn eq(&self, other: &AwsEcsServiceCapacityProviderStrategyDetails) -> bool
fn eq(&self, other: &AwsEcsServiceCapacityProviderStrategyDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.