Struct aws_sdk_redshift::input::modify_scheduled_action_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyScheduledActionInput
Implementations
The name of the scheduled action to modify.
The name of the scheduled action to modify.
A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified schedule in either at( )
or cron( )
format.
For more information about this parameter, see ScheduledAction.
A modified schedule in either at( )
or cron( )
format.
For more information about this parameter, see ScheduledAction.
A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
A modified description of the scheduled action.
A modified description of the scheduled action.
A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
Consumes the builder and constructs a ModifyScheduledActionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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