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