Struct aws_sdk_ecs::output::UpdateCapacityProviderOutput
source · #[non_exhaustive]pub struct UpdateCapacityProviderOutput { /* private fields */ }Implementations§
source§impl UpdateCapacityProviderOutput
impl UpdateCapacityProviderOutput
sourcepub fn capacity_provider(&self) -> Option<&CapacityProvider>
pub fn capacity_provider(&self) -> Option<&CapacityProvider>
Details about the capacity provider.
source§impl UpdateCapacityProviderOutput
impl UpdateCapacityProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCapacityProviderOutput.
Trait Implementations§
source§impl Clone for UpdateCapacityProviderOutput
impl Clone for UpdateCapacityProviderOutput
source§fn clone(&self) -> UpdateCapacityProviderOutput
fn clone(&self) -> UpdateCapacityProviderOutput
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 UpdateCapacityProviderOutput
impl Debug for UpdateCapacityProviderOutput
source§impl PartialEq<UpdateCapacityProviderOutput> for UpdateCapacityProviderOutput
impl PartialEq<UpdateCapacityProviderOutput> for UpdateCapacityProviderOutput
source§fn eq(&self, other: &UpdateCapacityProviderOutput) -> bool
fn eq(&self, other: &UpdateCapacityProviderOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.