Struct aws_sdk_appflow::types::CustomAuthCredentials
source · #[non_exhaustive]pub struct CustomAuthCredentials { /* private fields */ }
Expand description
The custom credentials required for custom authentication.
Implementations§
source§impl CustomAuthCredentials
impl CustomAuthCredentials
sourcepub fn custom_authentication_type(&self) -> Option<&str>
pub fn custom_authentication_type(&self) -> Option<&str>
The custom authentication type that the connector uses.
source§impl CustomAuthCredentials
impl CustomAuthCredentials
sourcepub fn builder() -> CustomAuthCredentialsBuilder
pub fn builder() -> CustomAuthCredentialsBuilder
Creates a new builder-style object to manufacture CustomAuthCredentials
.
Trait Implementations§
source§impl Clone for CustomAuthCredentials
impl Clone for CustomAuthCredentials
source§fn clone(&self) -> CustomAuthCredentials
fn clone(&self) -> CustomAuthCredentials
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 CustomAuthCredentials
impl Debug for CustomAuthCredentials
source§impl PartialEq<CustomAuthCredentials> for CustomAuthCredentials
impl PartialEq<CustomAuthCredentials> for CustomAuthCredentials
source§fn eq(&self, other: &CustomAuthCredentials) -> bool
fn eq(&self, other: &CustomAuthCredentials) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomAuthCredentials
Auto Trait Implementations§
impl RefUnwindSafe for CustomAuthCredentials
impl Send for CustomAuthCredentials
impl Sync for CustomAuthCredentials
impl Unpin for CustomAuthCredentials
impl UnwindSafe for CustomAuthCredentials
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more