Struct aws_sdk_datasync::model::TaskSchedule
source · #[non_exhaustive]pub struct TaskSchedule { /* private fields */ }
Expand description
Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.
Implementations§
source§impl TaskSchedule
impl TaskSchedule
sourcepub fn schedule_expression(&self) -> Option<&str>
pub fn schedule_expression(&self) -> Option<&str>
A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
source§impl TaskSchedule
impl TaskSchedule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TaskSchedule
.
Trait Implementations§
source§impl Clone for TaskSchedule
impl Clone for TaskSchedule
source§fn clone(&self) -> TaskSchedule
fn clone(&self) -> TaskSchedule
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 Debug for TaskSchedule
impl Debug for TaskSchedule
source§impl PartialEq<TaskSchedule> for TaskSchedule
impl PartialEq<TaskSchedule> for TaskSchedule
source§fn eq(&self, other: &TaskSchedule) -> bool
fn eq(&self, other: &TaskSchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.