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