Struct aws_sdk_redshift::input::DisableLoggingInput
source · #[non_exhaustive]pub struct DisableLoggingInput { /* private fields */ }
Expand description
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableLoggingInput
.
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
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 ==
.