Struct aws_sdk_cloudfront::model::OriginSslProtocols
source · #[non_exhaustive]pub struct OriginSslProtocols { /* 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 OriginSslProtocols
impl OriginSslProtocols
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginSslProtocols
.
Trait Implementations§
source§impl Clone for OriginSslProtocols
impl Clone for OriginSslProtocols
source§fn clone(&self) -> OriginSslProtocols
fn clone(&self) -> OriginSslProtocols
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 Debug for OriginSslProtocols
impl Debug for OriginSslProtocols
source§impl PartialEq<OriginSslProtocols> for OriginSslProtocols
impl PartialEq<OriginSslProtocols> for OriginSslProtocols
source§fn eq(&self, other: &OriginSslProtocols) -> bool
fn eq(&self, other: &OriginSslProtocols) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.