#[non_exhaustive]pub struct DeleteMonitoringSubscriptionInput { /* private fields */ }
Implementations§
source§impl DeleteMonitoringSubscriptionInput
impl DeleteMonitoringSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMonitoringSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMonitoringSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMonitoringSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMonitoringSubscriptionInput
.
source§impl DeleteMonitoringSubscriptionInput
impl DeleteMonitoringSubscriptionInput
sourcepub fn distribution_id(&self) -> Option<&str>
pub fn distribution_id(&self) -> Option<&str>
The ID of the distribution that you are disabling metrics for.
Trait Implementations§
source§impl Clone for DeleteMonitoringSubscriptionInput
impl Clone for DeleteMonitoringSubscriptionInput
source§fn clone(&self) -> DeleteMonitoringSubscriptionInput
fn clone(&self) -> DeleteMonitoringSubscriptionInput
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<DeleteMonitoringSubscriptionInput> for DeleteMonitoringSubscriptionInput
impl PartialEq<DeleteMonitoringSubscriptionInput> for DeleteMonitoringSubscriptionInput
source§fn eq(&self, other: &DeleteMonitoringSubscriptionInput) -> bool
fn eq(&self, other: &DeleteMonitoringSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.