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