#[non_exhaustive]pub struct DeleteRefreshScheduleInput { /* private fields */ }Implementations§
source§impl DeleteRefreshScheduleInput
impl DeleteRefreshScheduleInput
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn schedule_id(&self) -> Option<&str>
pub fn schedule_id(&self) -> Option<&str>
The ID of the refresh schedule.
source§impl DeleteRefreshScheduleInput
impl DeleteRefreshScheduleInput
sourcepub fn builder() -> DeleteRefreshScheduleInputBuilder
pub fn builder() -> DeleteRefreshScheduleInputBuilder
Creates a new builder-style object to manufacture DeleteRefreshScheduleInput.
source§impl DeleteRefreshScheduleInput
impl DeleteRefreshScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRefreshSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteRefreshSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRefreshSchedule>
Trait Implementations§
source§impl Clone for DeleteRefreshScheduleInput
impl Clone for DeleteRefreshScheduleInput
source§fn clone(&self) -> DeleteRefreshScheduleInput
fn clone(&self) -> DeleteRefreshScheduleInput
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 DeleteRefreshScheduleInput
impl Debug for DeleteRefreshScheduleInput
source§impl PartialEq<DeleteRefreshScheduleInput> for DeleteRefreshScheduleInput
impl PartialEq<DeleteRefreshScheduleInput> for DeleteRefreshScheduleInput
source§fn eq(&self, other: &DeleteRefreshScheduleInput) -> bool
fn eq(&self, other: &DeleteRefreshScheduleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteRefreshScheduleInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRefreshScheduleInput
impl Send for DeleteRefreshScheduleInput
impl Sync for DeleteRefreshScheduleInput
impl Unpin for DeleteRefreshScheduleInput
impl UnwindSafe for DeleteRefreshScheduleInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more