#[non_exhaustive]pub struct MetricAttributionOutput { /* private fields */ }
Expand description
The output configuration details for a metric attribution.
Implementations§
source§impl MetricAttributionOutput
impl MetricAttributionOutput
sourcepub fn s3_data_destination(&self) -> Option<&S3DataConfig>
pub fn s3_data_destination(&self) -> Option<&S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see Measuring impact of recommendations.
source§impl MetricAttributionOutput
impl MetricAttributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MetricAttributionOutput
.
Trait Implementations§
source§impl Clone for MetricAttributionOutput
impl Clone for MetricAttributionOutput
source§fn clone(&self) -> MetricAttributionOutput
fn clone(&self) -> MetricAttributionOutput
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 MetricAttributionOutput
impl Debug for MetricAttributionOutput
source§impl PartialEq<MetricAttributionOutput> for MetricAttributionOutput
impl PartialEq<MetricAttributionOutput> for MetricAttributionOutput
source§fn eq(&self, other: &MetricAttributionOutput) -> bool
fn eq(&self, other: &MetricAttributionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.