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