Struct aws_sdk_mediapackage::model::IngressAccessLogs
source · #[non_exhaustive]pub struct IngressAccessLogs { /* private fields */ }
Expand description
Configure ingress access logging.
Implementations§
source§impl IngressAccessLogs
impl IngressAccessLogs
sourcepub fn log_group_name(&self) -> Option<&str>
pub fn log_group_name(&self) -> Option<&str>
Customize the log group name.
source§impl IngressAccessLogs
impl IngressAccessLogs
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IngressAccessLogs
.
Trait Implementations§
source§impl Clone for IngressAccessLogs
impl Clone for IngressAccessLogs
source§fn clone(&self) -> IngressAccessLogs
fn clone(&self) -> IngressAccessLogs
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