#[non_exhaustive]pub struct AwsCloudFrontDistributionOriginSslProtocols { /* private fields */ }
Expand description
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
Implementations§
source§impl AwsCloudFrontDistributionOriginSslProtocols
impl AwsCloudFrontDistributionOriginSslProtocols
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCloudFrontDistributionOriginSslProtocols
.
Trait Implementations§
source§impl Clone for AwsCloudFrontDistributionOriginSslProtocols
impl Clone for AwsCloudFrontDistributionOriginSslProtocols
source§fn clone(&self) -> AwsCloudFrontDistributionOriginSslProtocols
fn clone(&self) -> AwsCloudFrontDistributionOriginSslProtocols
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<AwsCloudFrontDistributionOriginSslProtocols> for AwsCloudFrontDistributionOriginSslProtocols
impl PartialEq<AwsCloudFrontDistributionOriginSslProtocols> for AwsCloudFrontDistributionOriginSslProtocols
source§fn eq(&self, other: &AwsCloudFrontDistributionOriginSslProtocols) -> bool
fn eq(&self, other: &AwsCloudFrontDistributionOriginSslProtocols) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.