#[non_exhaustive]pub struct DisableAwsNetworkPerformanceMetricSubscriptionInput { /* private fields */ }
Implementations§
source§impl DisableAwsNetworkPerformanceMetricSubscriptionInput
impl DisableAwsNetworkPerformanceMetricSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableAwsNetworkPerformanceMetricSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableAwsNetworkPerformanceMetricSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableAwsNetworkPerformanceMetricSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableAwsNetworkPerformanceMetricSubscriptionInput
.
source§impl DisableAwsNetworkPerformanceMetricSubscriptionInput
impl DisableAwsNetworkPerformanceMetricSubscriptionInput
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1
.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1
.
sourcepub fn metric(&self) -> Option<&MetricType>
pub fn metric(&self) -> Option<&MetricType>
The metric used for the disabled subscription.
sourcepub fn statistic(&self) -> Option<&StatisticType>
pub fn statistic(&self) -> Option<&StatisticType>
The statistic used for the disabled subscription.
Trait Implementations§
source§impl Clone for DisableAwsNetworkPerformanceMetricSubscriptionInput
impl Clone for DisableAwsNetworkPerformanceMetricSubscriptionInput
source§fn clone(&self) -> DisableAwsNetworkPerformanceMetricSubscriptionInput
fn clone(&self) -> DisableAwsNetworkPerformanceMetricSubscriptionInput
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<DisableAwsNetworkPerformanceMetricSubscriptionInput> for DisableAwsNetworkPerformanceMetricSubscriptionInput
impl PartialEq<DisableAwsNetworkPerformanceMetricSubscriptionInput> for DisableAwsNetworkPerformanceMetricSubscriptionInput
source§fn eq(&self, other: &DisableAwsNetworkPerformanceMetricSubscriptionInput) -> bool
fn eq(&self, other: &DisableAwsNetworkPerformanceMetricSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.