Struct aws_sdk_databrew::input::DeleteScheduleInput
source · #[non_exhaustive]pub struct DeleteScheduleInput { /* private fields */ }
Implementations§
source§impl DeleteScheduleInput
impl DeleteScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSchedule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteScheduleInput
.
Trait Implementations§
source§impl Clone for DeleteScheduleInput
impl Clone for DeleteScheduleInput
source§fn clone(&self) -> DeleteScheduleInput
fn clone(&self) -> DeleteScheduleInput
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 DeleteScheduleInput
impl Debug for DeleteScheduleInput
source§impl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
impl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
source§fn eq(&self, other: &DeleteScheduleInput) -> bool
fn eq(&self, other: &DeleteScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.