Struct aws_sdk_apprunner::input::DeleteAutoScalingConfigurationInput [−][src]
#[non_exhaustive]pub struct DeleteAutoScalingConfigurationInput {
pub auto_scaling_configuration_arn: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.auto_scaling_configuration_arn: Option<String>
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name
or
.../name/revision
. If a revision isn't specified, the latest active revision is deleted.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAutoScalingConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAutoScalingConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteAutoScalingConfiguration
>
Creates a new builder-style object to manufacture DeleteAutoScalingConfigurationInput
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name
or
.../name/revision
. If a revision isn't specified, the latest active revision is deleted.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DeleteAutoScalingConfigurationInput
impl Sync for DeleteAutoScalingConfigurationInput
impl Unpin for DeleteAutoScalingConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more