#[non_exhaustive]pub struct UpdateMetricAttributionOutput { /* private fields */ }
Implementations§
source§impl UpdateMetricAttributionOutput
impl UpdateMetricAttributionOutput
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 that you updated.
source§impl UpdateMetricAttributionOutput
impl UpdateMetricAttributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMetricAttributionOutput
.
Trait Implementations§
source§impl Clone for UpdateMetricAttributionOutput
impl Clone for UpdateMetricAttributionOutput
source§fn clone(&self) -> UpdateMetricAttributionOutput
fn clone(&self) -> UpdateMetricAttributionOutput
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<UpdateMetricAttributionOutput> for UpdateMetricAttributionOutput
impl PartialEq<UpdateMetricAttributionOutput> for UpdateMetricAttributionOutput
source§fn eq(&self, other: &UpdateMetricAttributionOutput) -> bool
fn eq(&self, other: &UpdateMetricAttributionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.