#[non_exhaustive]pub struct CreateRealtimeLogConfigOutput { /* private fields */ }
Implementations§
source§impl CreateRealtimeLogConfigOutput
impl CreateRealtimeLogConfigOutput
sourcepub fn realtime_log_config(&self) -> Option<&RealtimeLogConfig>
pub fn realtime_log_config(&self) -> Option<&RealtimeLogConfig>
A real-time log configuration.
source§impl CreateRealtimeLogConfigOutput
impl CreateRealtimeLogConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRealtimeLogConfigOutput
.
Trait Implementations§
source§impl Clone for CreateRealtimeLogConfigOutput
impl Clone for CreateRealtimeLogConfigOutput
source§fn clone(&self) -> CreateRealtimeLogConfigOutput
fn clone(&self) -> CreateRealtimeLogConfigOutput
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 PartialEq<CreateRealtimeLogConfigOutput> for CreateRealtimeLogConfigOutput
impl PartialEq<CreateRealtimeLogConfigOutput> for CreateRealtimeLogConfigOutput
source§fn eq(&self, other: &CreateRealtimeLogConfigOutput) -> bool
fn eq(&self, other: &CreateRealtimeLogConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.