Struct aws_sdk_cloudfront::operation::create_realtime_log_config::CreateRealtimeLogConfigOutput
source · #[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() -> CreateRealtimeLogConfigOutputBuilder
pub fn builder() -> CreateRealtimeLogConfigOutputBuilder
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 ==
.source§impl RequestId for CreateRealtimeLogConfigOutput
impl RequestId for CreateRealtimeLogConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.