#[non_exhaustive]pub struct ModifyCertificateBasedAuthPropertiesInput { /* private fields */ }Implementations§
source§impl ModifyCertificateBasedAuthPropertiesInput
impl ModifyCertificateBasedAuthPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCertificateBasedAuthProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCertificateBasedAuthProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyCertificateBasedAuthProperties>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCertificateBasedAuthPropertiesInput.
source§impl ModifyCertificateBasedAuthPropertiesInput
impl ModifyCertificateBasedAuthPropertiesInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource identifiers, in the form of directory IDs.
sourcepub fn certificate_based_auth_properties(
&self
) -> Option<&CertificateBasedAuthProperties>
pub fn certificate_based_auth_properties(
&self
) -> Option<&CertificateBasedAuthProperties>
The properties of the certificate-based authentication.
sourcepub fn properties_to_delete(
&self
) -> Option<&[DeletableCertificateBasedAuthProperty]>
pub fn properties_to_delete(
&self
) -> Option<&[DeletableCertificateBasedAuthProperty]>
The properties of the certificate-based authentication you want to delete.
Trait Implementations§
source§impl Clone for ModifyCertificateBasedAuthPropertiesInput
impl Clone for ModifyCertificateBasedAuthPropertiesInput
source§fn clone(&self) -> ModifyCertificateBasedAuthPropertiesInput
fn clone(&self) -> ModifyCertificateBasedAuthPropertiesInput
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 PartialEq<ModifyCertificateBasedAuthPropertiesInput> for ModifyCertificateBasedAuthPropertiesInput
impl PartialEq<ModifyCertificateBasedAuthPropertiesInput> for ModifyCertificateBasedAuthPropertiesInput
source§fn eq(&self, other: &ModifyCertificateBasedAuthPropertiesInput) -> bool
fn eq(&self, other: &ModifyCertificateBasedAuthPropertiesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.