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