#[non_exhaustive]pub struct BatchDeleteRumMetricDefinitionsInput { /* private fields */ }
Implementations§
source§impl BatchDeleteRumMetricDefinitionsInput
impl BatchDeleteRumMetricDefinitionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteRumMetricDefinitions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteRumMetricDefinitions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDeleteRumMetricDefinitions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteRumMetricDefinitionsInput
.
source§impl BatchDeleteRumMetricDefinitionsInput
impl BatchDeleteRumMetricDefinitionsInput
sourcepub fn app_monitor_name(&self) -> Option<&str>
pub fn app_monitor_name(&self) -> Option<&str>
The name of the CloudWatch RUM app monitor that is sending these metrics.
sourcepub fn destination(&self) -> Option<&MetricDestination>
pub fn destination(&self) -> Option<&MetricDestination>
Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch
and Evidently
. If you specify Evidently
, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
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 was receiving the metrics that are being deleted.
sourcepub fn metric_definition_ids(&self) -> Option<&[String]>
pub fn metric_definition_ids(&self) -> Option<&[String]>
An array of structures which define the metrics that you want to stop sending.
Trait Implementations§
source§impl Clone for BatchDeleteRumMetricDefinitionsInput
impl Clone for BatchDeleteRumMetricDefinitionsInput
source§fn clone(&self) -> BatchDeleteRumMetricDefinitionsInput
fn clone(&self) -> BatchDeleteRumMetricDefinitionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<BatchDeleteRumMetricDefinitionsInput> for BatchDeleteRumMetricDefinitionsInput
impl PartialEq<BatchDeleteRumMetricDefinitionsInput> for BatchDeleteRumMetricDefinitionsInput
source§fn eq(&self, other: &BatchDeleteRumMetricDefinitionsInput) -> bool
fn eq(&self, other: &BatchDeleteRumMetricDefinitionsInput) -> bool
self
and other
values to be equal, and is used
by ==
.