Struct aws_sdk_acm::output::GetCertificateOutput
source · [−]#[non_exhaustive]pub struct GetCertificateOutput {
pub certificate: Option<String>,
pub certificate_chain: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.certificate: Option<String>
The ACM-issued certificate corresponding to the ARN specified as input.
certificate_chain: Option<String>
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
Implementations
The ACM-issued certificate corresponding to the ARN specified as input.
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
Creates a new builder-style object to manufacture GetCertificateOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetCertificateOutput
impl Send for GetCertificateOutput
impl Sync for GetCertificateOutput
impl Unpin for GetCertificateOutput
impl UnwindSafe for GetCertificateOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more