Struct aws_sdk_shield::input::DisassociateHealthCheckInput [−][src]
#[non_exhaustive]pub struct DisassociateHealthCheckInput {
pub protection_id: Option<String>,
pub health_check_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.protection_id: Option<String>
The unique identifier (ID) for the Protection object to remove the health check association from.
health_check_arn: Option<String>
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateHealthCheck, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateHealthCheck, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DisassociateHealthCheck
>
Creates a new builder-style object to manufacture DisassociateHealthCheckInput
The unique identifier (ID) for the Protection object to remove the health check association from.
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
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 DisassociateHealthCheckInput
impl Sync for DisassociateHealthCheckInput
impl Unpin for DisassociateHealthCheckInput
impl UnwindSafe for DisassociateHealthCheckInput
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