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