#[non_exhaustive]pub struct DeleteRumMetricsDestinationInput { /* private fields */ }
Implementations§
source§impl DeleteRumMetricsDestinationInput
impl DeleteRumMetricsDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRumMetricsDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRumMetricsDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRumMetricsDestination
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRumMetricsDestinationInput
.
source§impl DeleteRumMetricsDestinationInput
impl DeleteRumMetricsDestinationInput
sourcepub fn app_monitor_name(&self) -> Option<&str>
pub fn app_monitor_name(&self) -> Option<&str>
The name of the app monitor that is sending metrics to the destination that you want to delete.
sourcepub fn destination(&self) -> Option<&MetricDestination>
pub fn destination(&self) -> Option<&MetricDestination>
The type of destination to delete. Valid values are CloudWatch
and Evidently
.
sourcepub fn destination_arn(&self) -> Option<&str>
pub fn destination_arn(&self) -> Option<&str>
This parameter is required if Destination
is Evidently
. If Destination
is CloudWatch
, do not use this parameter. This parameter specifies the ARN of the Evidently experiment that corresponds to the destination to delete.
Trait Implementations§
source§impl Clone for DeleteRumMetricsDestinationInput
impl Clone for DeleteRumMetricsDestinationInput
source§fn clone(&self) -> DeleteRumMetricsDestinationInput
fn clone(&self) -> DeleteRumMetricsDestinationInput
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<DeleteRumMetricsDestinationInput> for DeleteRumMetricsDestinationInput
impl PartialEq<DeleteRumMetricsDestinationInput> for DeleteRumMetricsDestinationInput
source§fn eq(&self, other: &DeleteRumMetricsDestinationInput) -> bool
fn eq(&self, other: &DeleteRumMetricsDestinationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.