#[non_exhaustive]pub struct AwsCloudFrontDistributionLogging { /* private fields */ }
Expand description
A complex type that controls whether access logs are written for the CloudFront distribution.
Implementations§
source§impl AwsCloudFrontDistributionLogging
impl AwsCloudFrontDistributionLogging
source§impl AwsCloudFrontDistributionLogging
impl AwsCloudFrontDistributionLogging
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCloudFrontDistributionLogging
.
Trait Implementations§
source§impl Clone for AwsCloudFrontDistributionLogging
impl Clone for AwsCloudFrontDistributionLogging
source§fn clone(&self) -> AwsCloudFrontDistributionLogging
fn clone(&self) -> AwsCloudFrontDistributionLogging
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<AwsCloudFrontDistributionLogging> for AwsCloudFrontDistributionLogging
impl PartialEq<AwsCloudFrontDistributionLogging> for AwsCloudFrontDistributionLogging
source§fn eq(&self, other: &AwsCloudFrontDistributionLogging) -> bool
fn eq(&self, other: &AwsCloudFrontDistributionLogging) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.