Struct aws_sdk_iam::input::GetServerCertificateInput
source · [−]#[non_exhaustive]pub struct GetServerCertificateInput { /* private fields */ }Implementations
sourceimpl GetServerCertificateInput
impl GetServerCertificateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServerCertificate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServerCertificate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServerCertificate>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetServerCertificateInput.
sourceimpl GetServerCertificateInput
impl GetServerCertificateInput
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 retrieve information about.
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 GetServerCertificateInput
impl Clone for GetServerCertificateInput
sourcefn clone(&self) -> GetServerCertificateInput
fn clone(&self) -> GetServerCertificateInput
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 GetServerCertificateInput
impl Debug for GetServerCertificateInput
sourceimpl PartialEq<GetServerCertificateInput> for GetServerCertificateInput
impl PartialEq<GetServerCertificateInput> for GetServerCertificateInput
sourcefn eq(&self, other: &GetServerCertificateInput) -> bool
fn eq(&self, other: &GetServerCertificateInput) -> bool
impl StructuralPartialEq for GetServerCertificateInput
Auto Trait Implementations
impl RefUnwindSafe for GetServerCertificateInput
impl Send for GetServerCertificateInput
impl Sync for GetServerCertificateInput
impl Unpin for GetServerCertificateInput
impl UnwindSafe for GetServerCertificateInput
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