Struct aws_sdk_appintegrations::model::ScheduleConfiguration [−][src]
#[non_exhaustive]pub struct ScheduleConfiguration {
pub first_execution_from: Option<String>,
pub object: Option<String>,
pub schedule_expression: Option<String>,
}
Expand description
The name of the data and how often it should be pulled from the source.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.first_execution_from: Option<String>
The start date for objects to import in the first flow run.
object: Option<String>
The name of the object to pull from the data source.
schedule_expression: Option<String>
How often the data should be pulled from data source.
Implementations
The start date for objects to import in the first flow run.
How often the data should be pulled from data source.
Creates a new builder-style object to manufacture ScheduleConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ScheduleConfiguration
impl Send for ScheduleConfiguration
impl Sync for ScheduleConfiguration
impl Unpin for ScheduleConfiguration
impl UnwindSafe for ScheduleConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more