#[non_exhaustive]pub struct UpdateMetricAttributionInput { /* private fields */ }
Implementations§
source§impl UpdateMetricAttributionInput
impl UpdateMetricAttributionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMetricAttribution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMetricAttribution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMetricAttribution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMetricAttributionInput
.
source§impl UpdateMetricAttributionInput
impl UpdateMetricAttributionInput
sourcepub fn add_metrics(&self) -> Option<&[MetricAttribute]>
pub fn add_metrics(&self) -> Option<&[MetricAttribute]>
Add new metric attributes to the metric attribution.
sourcepub fn remove_metrics(&self) -> Option<&[String]>
pub fn remove_metrics(&self) -> Option<&[String]>
Remove metric attributes from the metric attribution.
sourcepub fn metrics_output_config(&self) -> Option<&MetricAttributionOutput>
pub fn metrics_output_config(&self) -> Option<&MetricAttributionOutput>
An output config for the metric attribution.
sourcepub fn metric_attribution_arn(&self) -> Option<&str>
pub fn metric_attribution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the metric attribution to update.
Trait Implementations§
source§impl Clone for UpdateMetricAttributionInput
impl Clone for UpdateMetricAttributionInput
source§fn clone(&self) -> UpdateMetricAttributionInput
fn clone(&self) -> UpdateMetricAttributionInput
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 UpdateMetricAttributionInput
impl Debug for UpdateMetricAttributionInput
source§impl PartialEq<UpdateMetricAttributionInput> for UpdateMetricAttributionInput
impl PartialEq<UpdateMetricAttributionInput> for UpdateMetricAttributionInput
source§fn eq(&self, other: &UpdateMetricAttributionInput) -> bool
fn eq(&self, other: &UpdateMetricAttributionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.