Struct aws_sdk_sagemaker::operation::delete_monitoring_schedule::DeleteMonitoringScheduleInput
source · #[non_exhaustive]pub struct DeleteMonitoringScheduleInput { /* private fields */ }
Implementations§
source§impl DeleteMonitoringScheduleInput
impl DeleteMonitoringScheduleInput
sourcepub fn monitoring_schedule_name(&self) -> Option<&str>
pub fn monitoring_schedule_name(&self) -> Option<&str>
The name of the monitoring schedule to delete.
source§impl DeleteMonitoringScheduleInput
impl DeleteMonitoringScheduleInput
sourcepub fn builder() -> DeleteMonitoringScheduleInputBuilder
pub fn builder() -> DeleteMonitoringScheduleInputBuilder
Creates a new builder-style object to manufacture DeleteMonitoringScheduleInput
.
source§impl DeleteMonitoringScheduleInput
impl DeleteMonitoringScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMonitoringSchedule
>
Trait Implementations§
source§impl Clone for DeleteMonitoringScheduleInput
impl Clone for DeleteMonitoringScheduleInput
source§fn clone(&self) -> DeleteMonitoringScheduleInput
fn clone(&self) -> DeleteMonitoringScheduleInput
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 PartialEq<DeleteMonitoringScheduleInput> for DeleteMonitoringScheduleInput
impl PartialEq<DeleteMonitoringScheduleInput> for DeleteMonitoringScheduleInput
source§fn eq(&self, other: &DeleteMonitoringScheduleInput) -> bool
fn eq(&self, other: &DeleteMonitoringScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.