Struct aws_sdk_apprunner::input::DescribeAutoScalingConfigurationInput [−][src]
#[non_exhaustive]pub struct DescribeAutoScalingConfigurationInput {
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 a description for.
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 described.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAutoScalingConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAutoScalingConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeAutoScalingConfiguration
>
Creates a new builder-style object to manufacture DescribeAutoScalingConfigurationInput
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.
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 described.
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
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