Struct aws_sdk_iam::input::DeleteServerCertificateInput
source · [−]#[non_exhaustive]pub struct DeleteServerCertificateInput { /* private fields */ }Implementations
sourceimpl DeleteServerCertificateInput
impl DeleteServerCertificateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteServerCertificate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteServerCertificate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteServerCertificate>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteServerCertificateInput.
sourceimpl DeleteServerCertificateInput
impl DeleteServerCertificateInput
sourcepub fn server_certificate_name(&self) -> Option<&str>
pub fn server_certificate_name(&self) -> Option<&str>
The name of the server certificate you want to delete.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations
sourceimpl Clone for DeleteServerCertificateInput
impl Clone for DeleteServerCertificateInput
sourcefn clone(&self) -> DeleteServerCertificateInput
fn clone(&self) -> DeleteServerCertificateInput
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 DeleteServerCertificateInput
impl Debug for DeleteServerCertificateInput
sourceimpl PartialEq<DeleteServerCertificateInput> for DeleteServerCertificateInput
impl PartialEq<DeleteServerCertificateInput> for DeleteServerCertificateInput
sourcefn eq(&self, other: &DeleteServerCertificateInput) -> bool
fn eq(&self, other: &DeleteServerCertificateInput) -> bool
impl StructuralPartialEq for DeleteServerCertificateInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteServerCertificateInput
impl Send for DeleteServerCertificateInput
impl Sync for DeleteServerCertificateInput
impl Unpin for DeleteServerCertificateInput
impl UnwindSafe for DeleteServerCertificateInput
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