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