Struct aws_sdk_redshift::input::ModifyClusterSnapshotScheduleInput [−][src]
#[non_exhaustive]pub struct ModifyClusterSnapshotScheduleInput {
pub cluster_identifier: Option<String>,
pub schedule_identifier: Option<String>,
pub disassociate_schedule: Option<bool>,
}
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.cluster_identifier: Option<String>
A unique identifier for the cluster whose snapshot schedule you want to modify.
schedule_identifier: Option<String>
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
disassociate_schedule: Option<bool>
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterSnapshotSchedule, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterSnapshotSchedule, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ModifyClusterSnapshotSchedule
>
Creates a new builder-style object to manufacture ModifyClusterSnapshotScheduleInput
A unique identifier for the cluster whose snapshot schedule you want to modify.
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
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 Send for ModifyClusterSnapshotScheduleInput
impl Sync for ModifyClusterSnapshotScheduleInput
impl Unpin for ModifyClusterSnapshotScheduleInput
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