Struct aws_sdk_iot::model::TlsContext
source · #[non_exhaustive]pub struct TlsContext { /* private fields */ }
Expand description
Specifies the TLS context to use for the test authorizer request.
Implementations§
source§impl TlsContext
impl TlsContext
sourcepub fn server_name(&self) -> Option<&str>
pub fn server_name(&self) -> Option<&str>
The value of the serverName
key in a TLS authorization request.
source§impl TlsContext
impl TlsContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TlsContext
.
Trait Implementations§
source§impl Clone for TlsContext
impl Clone for TlsContext
source§fn clone(&self) -> TlsContext
fn clone(&self) -> TlsContext
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 TlsContext
impl Debug for TlsContext
source§impl PartialEq<TlsContext> for TlsContext
impl PartialEq<TlsContext> for TlsContext
source§fn eq(&self, other: &TlsContext) -> bool
fn eq(&self, other: &TlsContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.