Struct aws_sdk_ssm::operation::get_maintenance_window_execution::GetMaintenanceWindowExecutionOutput
source · #[non_exhaustive]pub struct GetMaintenanceWindowExecutionOutput { /* private fields */ }Implementations§
source§impl GetMaintenanceWindowExecutionOutput
impl GetMaintenanceWindowExecutionOutput
sourcepub fn window_execution_id(&self) -> Option<&str>
pub fn window_execution_id(&self) -> Option<&str>
The ID of the maintenance window execution.
sourcepub fn task_ids(&self) -> Option<&[String]>
pub fn task_ids(&self) -> Option<&[String]>
The ID of the task executions from the maintenance window execution.
sourcepub fn status(&self) -> Option<&MaintenanceWindowExecutionStatus>
pub fn status(&self) -> Option<&MaintenanceWindowExecutionStatus>
The status of the maintenance window execution.
sourcepub fn status_details(&self) -> Option<&str>
pub fn status_details(&self) -> Option<&str>
The details explaining the status. Not available for all status values.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The time the maintenance window started running.
source§impl GetMaintenanceWindowExecutionOutput
impl GetMaintenanceWindowExecutionOutput
sourcepub fn builder() -> GetMaintenanceWindowExecutionOutputBuilder
pub fn builder() -> GetMaintenanceWindowExecutionOutputBuilder
Creates a new builder-style object to manufacture GetMaintenanceWindowExecutionOutput.
Trait Implementations§
source§impl Clone for GetMaintenanceWindowExecutionOutput
impl Clone for GetMaintenanceWindowExecutionOutput
source§fn clone(&self) -> GetMaintenanceWindowExecutionOutput
fn clone(&self) -> GetMaintenanceWindowExecutionOutput
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<GetMaintenanceWindowExecutionOutput> for GetMaintenanceWindowExecutionOutput
impl PartialEq<GetMaintenanceWindowExecutionOutput> for GetMaintenanceWindowExecutionOutput
source§fn eq(&self, other: &GetMaintenanceWindowExecutionOutput) -> bool
fn eq(&self, other: &GetMaintenanceWindowExecutionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetMaintenanceWindowExecutionOutput
impl RequestId for GetMaintenanceWindowExecutionOutput
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.