#[non_exhaustive]pub struct DisableLoggingInput { /* private fields */ }
Expand description
Implementations§
source§impl DisableLoggingInput
impl DisableLoggingInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
source§impl DisableLoggingInput
impl DisableLoggingInput
sourcepub fn builder() -> DisableLoggingInputBuilder
pub fn builder() -> DisableLoggingInputBuilder
Creates a new builder-style object to manufacture DisableLoggingInput
.
source§impl DisableLoggingInput
impl DisableLoggingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableLogging, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DisableLogging, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableLogging
>
Trait Implementations§
source§impl Clone for DisableLoggingInput
impl Clone for DisableLoggingInput
source§fn clone(&self) -> DisableLoggingInput
fn clone(&self) -> DisableLoggingInput
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 DisableLoggingInput
impl Debug for DisableLoggingInput
source§impl PartialEq<DisableLoggingInput> for DisableLoggingInput
impl PartialEq<DisableLoggingInput> for DisableLoggingInput
source§fn eq(&self, other: &DisableLoggingInput) -> bool
fn eq(&self, other: &DisableLoggingInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisableLoggingInput
Auto Trait Implementations§
impl RefUnwindSafe for DisableLoggingInput
impl Send for DisableLoggingInput
impl Sync for DisableLoggingInput
impl Unpin for DisableLoggingInput
impl UnwindSafe for DisableLoggingInput
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