Struct aws_sdk_acm::output::ListCertificatesOutput [−][src]
#[non_exhaustive]pub struct ListCertificatesOutput {
pub next_token: Option<String>,
pub certificate_summary_list: Option<Vec<CertificateSummary>>,
}
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.next_token: Option<String>
When the list is truncated, this value is present and contains the value to use for the
NextToken
parameter in a subsequent pagination request.
certificate_summary_list: Option<Vec<CertificateSummary>>
A list of ACM certificates.
Implementations
When the list is truncated, this value is present and contains the value to use for the
NextToken
parameter in a subsequent pagination request.
A list of ACM certificates.
Creates a new builder-style object to manufacture ListCertificatesOutput
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 ListCertificatesOutput
impl Send for ListCertificatesOutput
impl Sync for ListCertificatesOutput
impl Unpin for ListCertificatesOutput
impl UnwindSafe for ListCertificatesOutput
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