Struct aws_sdk_glue::input::UpdateCrawlerScheduleInput
source · #[non_exhaustive]pub struct UpdateCrawlerScheduleInput { /* private fields */ }Implementations§
source§impl UpdateCrawlerScheduleInput
impl UpdateCrawlerScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCrawlerSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCrawlerSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCrawlerSchedule>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCrawlerScheduleInput.
source§impl UpdateCrawlerScheduleInput
impl UpdateCrawlerScheduleInput
sourcepub fn crawler_name(&self) -> Option<&str>
pub fn crawler_name(&self) -> Option<&str>
The name of the crawler whose schedule to update.
sourcepub fn schedule(&self) -> Option<&str>
pub fn schedule(&self) -> Option<&str>
The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
Trait Implementations§
source§impl Clone for UpdateCrawlerScheduleInput
impl Clone for UpdateCrawlerScheduleInput
source§fn clone(&self) -> UpdateCrawlerScheduleInput
fn clone(&self) -> UpdateCrawlerScheduleInput
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 UpdateCrawlerScheduleInput
impl Debug for UpdateCrawlerScheduleInput
source§impl PartialEq<UpdateCrawlerScheduleInput> for UpdateCrawlerScheduleInput
impl PartialEq<UpdateCrawlerScheduleInput> for UpdateCrawlerScheduleInput
source§fn eq(&self, other: &UpdateCrawlerScheduleInput) -> bool
fn eq(&self, other: &UpdateCrawlerScheduleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.