#[non_exhaustive]pub struct PutLoggingOptionsInput { /* private fields */ }Implementations§
source§impl PutLoggingOptionsInput
impl PutLoggingOptionsInput
sourcepub fn cloud_watch_log_delivery(&self) -> Option<&CloudWatchLogDeliveryOptions>
pub fn cloud_watch_log_delivery(&self) -> Option<&CloudWatchLogDeliveryOptions>
Creates or updates the log delivery option to Amazon CloudWatch Logs.
source§impl PutLoggingOptionsInput
impl PutLoggingOptionsInput
sourcepub fn builder() -> PutLoggingOptionsInputBuilder
pub fn builder() -> PutLoggingOptionsInputBuilder
Creates a new builder-style object to manufacture PutLoggingOptionsInput.
source§impl PutLoggingOptionsInput
impl PutLoggingOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutLoggingOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<PutLoggingOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutLoggingOptions>
Trait Implementations§
source§impl Clone for PutLoggingOptionsInput
impl Clone for PutLoggingOptionsInput
source§fn clone(&self) -> PutLoggingOptionsInput
fn clone(&self) -> PutLoggingOptionsInput
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 Debug for PutLoggingOptionsInput
impl Debug for PutLoggingOptionsInput
source§impl PartialEq<PutLoggingOptionsInput> for PutLoggingOptionsInput
impl PartialEq<PutLoggingOptionsInput> for PutLoggingOptionsInput
source§fn eq(&self, other: &PutLoggingOptionsInput) -> bool
fn eq(&self, other: &PutLoggingOptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutLoggingOptionsInput
Auto Trait Implementations§
impl RefUnwindSafe for PutLoggingOptionsInput
impl Send for PutLoggingOptionsInput
impl Sync for PutLoggingOptionsInput
impl Unpin for PutLoggingOptionsInput
impl UnwindSafe for PutLoggingOptionsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more