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