#[non_exhaustive]pub struct MutualTlsAuthenticationInput { /* private fields */ }Implementations
sourceimpl MutualTlsAuthenticationInput
impl MutualTlsAuthenticationInput
sourcepub fn truststore_uri(&self) -> Option<&str>
pub fn truststore_uri(&self) -> Option<&str>
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://
sourcepub fn truststore_version(&self) -> Option<&str>
pub fn truststore_version(&self) -> Option<&str>
The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
sourceimpl MutualTlsAuthenticationInput
impl MutualTlsAuthenticationInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MutualTlsAuthenticationInput.
Trait Implementations
sourceimpl Clone for MutualTlsAuthenticationInput
impl Clone for MutualTlsAuthenticationInput
sourcefn clone(&self) -> MutualTlsAuthenticationInput
fn clone(&self) -> MutualTlsAuthenticationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MutualTlsAuthenticationInput
impl Debug for MutualTlsAuthenticationInput
sourceimpl PartialEq<MutualTlsAuthenticationInput> for MutualTlsAuthenticationInput
impl PartialEq<MutualTlsAuthenticationInput> for MutualTlsAuthenticationInput
sourcefn eq(&self, other: &MutualTlsAuthenticationInput) -> bool
fn eq(&self, other: &MutualTlsAuthenticationInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MutualTlsAuthenticationInput) -> bool
fn ne(&self, other: &MutualTlsAuthenticationInput) -> bool
This method tests for !=.
impl StructuralPartialEq for MutualTlsAuthenticationInput
Auto Trait Implementations
impl RefUnwindSafe for MutualTlsAuthenticationInput
impl Send for MutualTlsAuthenticationInput
impl Sync for MutualTlsAuthenticationInput
impl Unpin for MutualTlsAuthenticationInput
impl UnwindSafe for MutualTlsAuthenticationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more