pub struct CreateHealthCheckResponse {
pub health_check: HealthCheck,
}Expand description
A complex type containing the response information for the new health check.
AWS API: route53.v1.CreateHealthCheckResponse
§Coverage
1 of 2 fields included. Omitted fields:
Location— not selected in manifest
Fields§
§health_check: HealthCheckA complex type that contains identifying information about the health check.
Trait Implementations§
Source§impl Clone for CreateHealthCheckResponse
impl Clone for CreateHealthCheckResponse
Source§fn clone(&self) -> CreateHealthCheckResponse
fn clone(&self) -> CreateHealthCheckResponse
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 CreateHealthCheckResponse
impl Debug for CreateHealthCheckResponse
Source§impl Default for CreateHealthCheckResponse
impl Default for CreateHealthCheckResponse
Source§fn default() -> CreateHealthCheckResponse
fn default() -> CreateHealthCheckResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateHealthCheckResponse
impl<'de> Deserialize<'de> for CreateHealthCheckResponse
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 CreateHealthCheckResponse
impl RefUnwindSafe for CreateHealthCheckResponse
impl Send for CreateHealthCheckResponse
impl Sync for CreateHealthCheckResponse
impl Unpin for CreateHealthCheckResponse
impl UnsafeUnpin for CreateHealthCheckResponse
impl UnwindSafe for CreateHealthCheckResponse
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