Struct aws_sdk_acm::model::CertificateSummary [−][src]
#[non_exhaustive]pub struct CertificateSummary {
pub certificate_arn: Option<String>,
pub domain_name: Option<String>,
}
Expand description
This structure is returned in the response object of ListCertificates action.
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_arn: Option<String>
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
domain_name: Option<String>
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
Implementations
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
Creates a new builder-style object to manufacture CertificateSummary
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 CertificateSummary
impl Send for CertificateSummary
impl Sync for CertificateSummary
impl Unpin for CertificateSummary
impl UnwindSafe for CertificateSummary
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