Struct aws_sdk_apprunner::operation::create_auto_scaling_configuration::CreateAutoScalingConfigurationOutput
source · #[non_exhaustive]pub struct CreateAutoScalingConfigurationOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl CreateAutoScalingConfigurationOutput
impl CreateAutoScalingConfigurationOutput
sourcepub fn builder() -> CreateAutoScalingConfigurationOutputBuilder
pub fn builder() -> CreateAutoScalingConfigurationOutputBuilder
Creates a new builder-style object to manufacture CreateAutoScalingConfigurationOutput
.
Trait Implementations§
source§impl Clone for CreateAutoScalingConfigurationOutput
impl Clone for CreateAutoScalingConfigurationOutput
source§fn clone(&self) -> CreateAutoScalingConfigurationOutput
fn clone(&self) -> CreateAutoScalingConfigurationOutput
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 PartialEq<CreateAutoScalingConfigurationOutput> for CreateAutoScalingConfigurationOutput
impl PartialEq<CreateAutoScalingConfigurationOutput> for CreateAutoScalingConfigurationOutput
source§fn eq(&self, other: &CreateAutoScalingConfigurationOutput) -> bool
fn eq(&self, other: &CreateAutoScalingConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAutoScalingConfigurationOutput
impl RequestId for CreateAutoScalingConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.