#[non_exhaustive]pub struct DeleteLogSubscriptionInput { /* private fields */ }Implementations
sourceimpl DeleteLogSubscriptionInput
impl DeleteLogSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLogSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLogSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLogSubscription>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLogSubscriptionInput.
sourceimpl DeleteLogSubscriptionInput
impl DeleteLogSubscriptionInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
Identifier of the directory whose log subscription you want to delete.
Trait Implementations
sourceimpl Clone for DeleteLogSubscriptionInput
impl Clone for DeleteLogSubscriptionInput
sourcefn clone(&self) -> DeleteLogSubscriptionInput
fn clone(&self) -> DeleteLogSubscriptionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteLogSubscriptionInput
impl Debug for DeleteLogSubscriptionInput
sourceimpl PartialEq<DeleteLogSubscriptionInput> for DeleteLogSubscriptionInput
impl PartialEq<DeleteLogSubscriptionInput> for DeleteLogSubscriptionInput
sourcefn eq(&self, other: &DeleteLogSubscriptionInput) -> bool
fn eq(&self, other: &DeleteLogSubscriptionInput) -> bool
impl StructuralPartialEq for DeleteLogSubscriptionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLogSubscriptionInput
impl Send for DeleteLogSubscriptionInput
impl Sync for DeleteLogSubscriptionInput
impl Unpin for DeleteLogSubscriptionInput
impl UnwindSafe for DeleteLogSubscriptionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more