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