pub struct AssociateHealthCheckRequest {
pub health_check_arn: String,
pub protection_id: String,
}Fields§
§health_check_arn: StringThe Amazon Resource Name (ARN) of the health check to associate with the protection.
protection_id: StringThe unique identifier (ID) for the Protection object to add the health check association to.
Trait Implementations§
Source§impl Clone for AssociateHealthCheckRequest
impl Clone for AssociateHealthCheckRequest
Source§fn clone(&self) -> AssociateHealthCheckRequest
fn clone(&self) -> AssociateHealthCheckRequest
Returns a duplicate 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 Debug for AssociateHealthCheckRequest
impl Debug for AssociateHealthCheckRequest
Source§impl Default for AssociateHealthCheckRequest
impl Default for AssociateHealthCheckRequest
Source§fn default() -> AssociateHealthCheckRequest
fn default() -> AssociateHealthCheckRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AssociateHealthCheckRequest
Auto Trait Implementations§
impl Freeze for AssociateHealthCheckRequest
impl RefUnwindSafe for AssociateHealthCheckRequest
impl Send for AssociateHealthCheckRequest
impl Sync for AssociateHealthCheckRequest
impl Unpin for AssociateHealthCheckRequest
impl UnwindSafe for AssociateHealthCheckRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more