#[non_exhaustive]pub struct CreateAutoScalingConfigurationOutput { /* private fields */ }
Implementations
sourceimpl CreateAutoScalingConfigurationOutput
impl CreateAutoScalingConfigurationOutput
sourcepub fn auto_scaling_configuration(&self) -> Option<&AutoScalingConfiguration>
pub fn auto_scaling_configuration(&self) -> Option<&AutoScalingConfiguration>
A description of the App Runner auto scaling configuration that's created by this request.
sourceimpl CreateAutoScalingConfigurationOutput
impl CreateAutoScalingConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAutoScalingConfigurationOutput
.
Trait Implementations
sourceimpl Clone for CreateAutoScalingConfigurationOutput
impl Clone for CreateAutoScalingConfigurationOutput
sourcefn clone(&self) -> CreateAutoScalingConfigurationOutput
fn clone(&self) -> CreateAutoScalingConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateAutoScalingConfigurationOutput> for CreateAutoScalingConfigurationOutput
impl PartialEq<CreateAutoScalingConfigurationOutput> for CreateAutoScalingConfigurationOutput
sourcefn eq(&self, other: &CreateAutoScalingConfigurationOutput) -> bool
fn eq(&self, other: &CreateAutoScalingConfigurationOutput) -> bool
impl StructuralPartialEq for CreateAutoScalingConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateAutoScalingConfigurationOutput
impl Send for CreateAutoScalingConfigurationOutput
impl Sync for CreateAutoScalingConfigurationOutput
impl Unpin for CreateAutoScalingConfigurationOutput
impl UnwindSafe for CreateAutoScalingConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more