#[non_exhaustive]pub struct UpdateContinuousBackupsInput { /* private fields */ }
Implementations
sourceimpl UpdateContinuousBackupsInput
impl UpdateContinuousBackupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContinuousBackups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContinuousBackups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateContinuousBackups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateContinuousBackupsInput
.
sourceimpl UpdateContinuousBackupsInput
impl UpdateContinuousBackupsInput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table.
sourcepub fn point_in_time_recovery_specification(
&self
) -> Option<&PointInTimeRecoverySpecification>
pub fn point_in_time_recovery_specification(
&self
) -> Option<&PointInTimeRecoverySpecification>
Represents the settings used to enable point in time recovery.
Trait Implementations
sourceimpl Clone for UpdateContinuousBackupsInput
impl Clone for UpdateContinuousBackupsInput
sourcefn clone(&self) -> UpdateContinuousBackupsInput
fn clone(&self) -> UpdateContinuousBackupsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateContinuousBackupsInput
impl Debug for UpdateContinuousBackupsInput
sourceimpl PartialEq<UpdateContinuousBackupsInput> for UpdateContinuousBackupsInput
impl PartialEq<UpdateContinuousBackupsInput> for UpdateContinuousBackupsInput
sourcefn eq(&self, other: &UpdateContinuousBackupsInput) -> bool
fn eq(&self, other: &UpdateContinuousBackupsInput) -> bool
impl StructuralPartialEq for UpdateContinuousBackupsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateContinuousBackupsInput
impl Send for UpdateContinuousBackupsInput
impl Sync for UpdateContinuousBackupsInput
impl Unpin for UpdateContinuousBackupsInput
impl UnwindSafe for UpdateContinuousBackupsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more