Struct aws_sdk_ssm::operation::update_maintenance_window_target::UpdateMaintenanceWindowTargetOutput
source · #[non_exhaustive]pub struct UpdateMaintenanceWindowTargetOutput { /* private fields */ }Implementations§
source§impl UpdateMaintenanceWindowTargetOutput
impl UpdateMaintenanceWindowTargetOutput
sourcepub fn window_id(&self) -> Option<&str>
pub fn window_id(&self) -> Option<&str>
The maintenance window ID specified in the update request.
sourcepub fn window_target_id(&self) -> Option<&str>
pub fn window_target_id(&self) -> Option<&str>
The target ID specified in the update request.
sourcepub fn owner_information(&self) -> Option<&str>
pub fn owner_information(&self) -> Option<&str>
The updated owner.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The updated description.
source§impl UpdateMaintenanceWindowTargetOutput
impl UpdateMaintenanceWindowTargetOutput
sourcepub fn builder() -> UpdateMaintenanceWindowTargetOutputBuilder
pub fn builder() -> UpdateMaintenanceWindowTargetOutputBuilder
Creates a new builder-style object to manufacture UpdateMaintenanceWindowTargetOutput.
Trait Implementations§
source§impl Clone for UpdateMaintenanceWindowTargetOutput
impl Clone for UpdateMaintenanceWindowTargetOutput
source§fn clone(&self) -> UpdateMaintenanceWindowTargetOutput
fn clone(&self) -> UpdateMaintenanceWindowTargetOutput
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<UpdateMaintenanceWindowTargetOutput> for UpdateMaintenanceWindowTargetOutput
impl PartialEq<UpdateMaintenanceWindowTargetOutput> for UpdateMaintenanceWindowTargetOutput
source§fn eq(&self, other: &UpdateMaintenanceWindowTargetOutput) -> bool
fn eq(&self, other: &UpdateMaintenanceWindowTargetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateMaintenanceWindowTargetOutput
impl RequestId for UpdateMaintenanceWindowTargetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.