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