#[non_exhaustive]pub struct ListRealtimeLogConfigsOutput { /* private fields */ }Implementations§
source§impl ListRealtimeLogConfigsOutput
impl ListRealtimeLogConfigsOutput
sourcepub fn realtime_log_configs(&self) -> Option<&RealtimeLogConfigs>
pub fn realtime_log_configs(&self) -> Option<&RealtimeLogConfigs>
A list of real-time log configurations.
source§impl ListRealtimeLogConfigsOutput
impl ListRealtimeLogConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRealtimeLogConfigsOutput.
Trait Implementations§
source§impl Clone for ListRealtimeLogConfigsOutput
impl Clone for ListRealtimeLogConfigsOutput
source§fn clone(&self) -> ListRealtimeLogConfigsOutput
fn clone(&self) -> ListRealtimeLogConfigsOutput
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 more