Struct aws_sdk_quicksight::model::SslProperties
source · [−]#[non_exhaustive]pub struct SslProperties { /* private fields */ }Expand description
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
Implementations
sourceimpl SslProperties
impl SslProperties
sourcepub fn disable_ssl(&self) -> bool
pub fn disable_ssl(&self) -> bool
A Boolean option to control whether SSL should be disabled.
sourceimpl SslProperties
impl SslProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SslProperties.
Trait Implementations
sourceimpl Clone for SslProperties
impl Clone for SslProperties
sourcefn clone(&self) -> SslProperties
fn clone(&self) -> SslProperties
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 moresourceimpl Debug for SslProperties
impl Debug for SslProperties
sourceimpl PartialEq<SslProperties> for SslProperties
impl PartialEq<SslProperties> for SslProperties
sourcefn eq(&self, other: &SslProperties) -> bool
fn eq(&self, other: &SslProperties) -> bool
impl StructuralPartialEq for SslProperties
Auto Trait Implementations
impl RefUnwindSafe for SslProperties
impl Send for SslProperties
impl Sync for SslProperties
impl Unpin for SslProperties
impl UnwindSafe for SslProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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