Struct aws_sdk_ssm::operation::describe_maintenance_window_tasks::DescribeMaintenanceWindowTasksOutput
source · #[non_exhaustive]pub struct DescribeMaintenanceWindowTasksOutput { /* private fields */ }Implementations§
source§impl DescribeMaintenanceWindowTasksOutput
impl DescribeMaintenanceWindowTasksOutput
sourcepub fn tasks(&self) -> Option<&[MaintenanceWindowTask]>
pub fn tasks(&self) -> Option<&[MaintenanceWindowTask]>
Information about the tasks in the maintenance window.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
source§impl DescribeMaintenanceWindowTasksOutput
impl DescribeMaintenanceWindowTasksOutput
sourcepub fn builder() -> DescribeMaintenanceWindowTasksOutputBuilder
pub fn builder() -> DescribeMaintenanceWindowTasksOutputBuilder
Creates a new builder-style object to manufacture DescribeMaintenanceWindowTasksOutput.
Trait Implementations§
source§impl Clone for DescribeMaintenanceWindowTasksOutput
impl Clone for DescribeMaintenanceWindowTasksOutput
source§fn clone(&self) -> DescribeMaintenanceWindowTasksOutput
fn clone(&self) -> DescribeMaintenanceWindowTasksOutput
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<DescribeMaintenanceWindowTasksOutput> for DescribeMaintenanceWindowTasksOutput
impl PartialEq<DescribeMaintenanceWindowTasksOutput> for DescribeMaintenanceWindowTasksOutput
source§fn eq(&self, other: &DescribeMaintenanceWindowTasksOutput) -> bool
fn eq(&self, other: &DescribeMaintenanceWindowTasksOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeMaintenanceWindowTasksOutput
impl RequestId for DescribeMaintenanceWindowTasksOutput
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.