pub struct GetHealthCheckStatusResponse {
pub health_check_observations: Vec<HealthCheckObservation>,
}Expand description
A complex type that contains the response to a GetHealthCheck request.
AWS API: route53.v1.GetHealthCheckStatusResponse
Fields§
§health_check_observations: Vec<HealthCheckObservation>A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.
Trait Implementations§
Source§impl Clone for GetHealthCheckStatusResponse
impl Clone for GetHealthCheckStatusResponse
Source§fn clone(&self) -> GetHealthCheckStatusResponse
fn clone(&self) -> GetHealthCheckStatusResponse
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 GetHealthCheckStatusResponse
impl Debug for GetHealthCheckStatusResponse
Source§impl Default for GetHealthCheckStatusResponse
impl Default for GetHealthCheckStatusResponse
Source§fn default() -> GetHealthCheckStatusResponse
fn default() -> GetHealthCheckStatusResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetHealthCheckStatusResponse
impl<'de> Deserialize<'de> for GetHealthCheckStatusResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetHealthCheckStatusResponse
impl RefUnwindSafe for GetHealthCheckStatusResponse
impl Send for GetHealthCheckStatusResponse
impl Sync for GetHealthCheckStatusResponse
impl Unpin for GetHealthCheckStatusResponse
impl UnsafeUnpin for GetHealthCheckStatusResponse
impl UnwindSafe for GetHealthCheckStatusResponse
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