#[non_exhaustive]pub struct CreateRealtimeLogConfigOutput { /* private fields */ }
Implementations
sourceimpl CreateRealtimeLogConfigOutput
impl CreateRealtimeLogConfigOutput
sourcepub fn realtime_log_config(&self) -> Option<&RealtimeLogConfig>
pub fn realtime_log_config(&self) -> Option<&RealtimeLogConfig>
A real-time log configuration.
sourceimpl CreateRealtimeLogConfigOutput
impl CreateRealtimeLogConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRealtimeLogConfigOutput
.
Trait Implementations
sourceimpl Clone for CreateRealtimeLogConfigOutput
impl Clone for CreateRealtimeLogConfigOutput
sourcefn clone(&self) -> CreateRealtimeLogConfigOutput
fn clone(&self) -> CreateRealtimeLogConfigOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateRealtimeLogConfigOutput
impl Debug for CreateRealtimeLogConfigOutput
sourceimpl PartialEq<CreateRealtimeLogConfigOutput> for CreateRealtimeLogConfigOutput
impl PartialEq<CreateRealtimeLogConfigOutput> for CreateRealtimeLogConfigOutput
sourcefn eq(&self, other: &CreateRealtimeLogConfigOutput) -> bool
fn eq(&self, other: &CreateRealtimeLogConfigOutput) -> bool
impl StructuralPartialEq for CreateRealtimeLogConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateRealtimeLogConfigOutput
impl Send for CreateRealtimeLogConfigOutput
impl Sync for CreateRealtimeLogConfigOutput
impl Unpin for CreateRealtimeLogConfigOutput
impl UnwindSafe for CreateRealtimeLogConfigOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more