#[non_exhaustive]pub struct UpdateMaintenanceWindowTargetInput { /* private fields */ }
Implementations
sourceimpl UpdateMaintenanceWindowTargetInput
impl UpdateMaintenanceWindowTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMaintenanceWindowTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMaintenanceWindowTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMaintenanceWindowTarget
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMaintenanceWindowTargetInput
.
sourceimpl UpdateMaintenanceWindowTargetInput
impl UpdateMaintenanceWindowTargetInput
sourcepub fn window_id(&self) -> Option<&str>
pub fn window_id(&self) -> Option<&str>
The maintenance window ID with which to modify the target.
sourcepub fn window_target_id(&self) -> Option<&str>
pub fn window_target_id(&self) -> Option<&str>
The target ID to modify.
sourcepub fn owner_information(&self) -> Option<&str>
pub fn owner_information(&self) -> Option<&str>
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
An optional description for the update.
Trait Implementations
sourceimpl Clone for UpdateMaintenanceWindowTargetInput
impl Clone for UpdateMaintenanceWindowTargetInput
sourcefn clone(&self) -> UpdateMaintenanceWindowTargetInput
fn clone(&self) -> UpdateMaintenanceWindowTargetInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateMaintenanceWindowTargetInput> for UpdateMaintenanceWindowTargetInput
impl PartialEq<UpdateMaintenanceWindowTargetInput> for UpdateMaintenanceWindowTargetInput
sourcefn eq(&self, other: &UpdateMaintenanceWindowTargetInput) -> bool
fn eq(&self, other: &UpdateMaintenanceWindowTargetInput) -> bool
impl StructuralPartialEq for UpdateMaintenanceWindowTargetInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateMaintenanceWindowTargetInput
impl Send for UpdateMaintenanceWindowTargetInput
impl Sync for UpdateMaintenanceWindowTargetInput
impl Unpin for UpdateMaintenanceWindowTargetInput
impl UnwindSafe for UpdateMaintenanceWindowTargetInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more