#[non_exhaustive]pub struct MaintenanceWindowIdentityForTarget { /* private fields */ }Expand description
The maintenance window to which the specified target belongs.
Implementations§
source§impl MaintenanceWindowIdentityForTarget
impl MaintenanceWindowIdentityForTarget
sourcepub fn builder() -> MaintenanceWindowIdentityForTargetBuilder
pub fn builder() -> MaintenanceWindowIdentityForTargetBuilder
Creates a new builder-style object to manufacture MaintenanceWindowIdentityForTarget.
Trait Implementations§
source§impl Clone for MaintenanceWindowIdentityForTarget
impl Clone for MaintenanceWindowIdentityForTarget
source§fn clone(&self) -> MaintenanceWindowIdentityForTarget
fn clone(&self) -> MaintenanceWindowIdentityForTarget
Returns a copy 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 PartialEq<MaintenanceWindowIdentityForTarget> for MaintenanceWindowIdentityForTarget
impl PartialEq<MaintenanceWindowIdentityForTarget> for MaintenanceWindowIdentityForTarget
source§fn eq(&self, other: &MaintenanceWindowIdentityForTarget) -> bool
fn eq(&self, other: &MaintenanceWindowIdentityForTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.