#[non_exhaustive]pub struct AwsCloudFrontDistributionCacheBehaviors { /* private fields */ }
Expand description
Provides information about caching for the CloudFront distribution.
Implementations§
source§impl AwsCloudFrontDistributionCacheBehaviors
impl AwsCloudFrontDistributionCacheBehaviors
sourcepub fn items(&self) -> Option<&[AwsCloudFrontDistributionCacheBehavior]>
pub fn items(&self) -> Option<&[AwsCloudFrontDistributionCacheBehavior]>
The cache behaviors for the distribution.
source§impl AwsCloudFrontDistributionCacheBehaviors
impl AwsCloudFrontDistributionCacheBehaviors
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCloudFrontDistributionCacheBehaviors
.
Trait Implementations§
source§impl Clone for AwsCloudFrontDistributionCacheBehaviors
impl Clone for AwsCloudFrontDistributionCacheBehaviors
source§fn clone(&self) -> AwsCloudFrontDistributionCacheBehaviors
fn clone(&self) -> AwsCloudFrontDistributionCacheBehaviors
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<AwsCloudFrontDistributionCacheBehaviors> for AwsCloudFrontDistributionCacheBehaviors
impl PartialEq<AwsCloudFrontDistributionCacheBehaviors> for AwsCloudFrontDistributionCacheBehaviors
source§fn eq(&self, other: &AwsCloudFrontDistributionCacheBehaviors) -> bool
fn eq(&self, other: &AwsCloudFrontDistributionCacheBehaviors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.