Struct aws_sdk_acm::output::list_certificates_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListCertificatesOutput
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.
When the list is truncated, this value is present and contains the value to use for the NextToken
parameter in a subsequent pagination request.
Appends an item to certificate_summary_list
.
To override the contents of this collection use set_certificate_summary_list
.
A list of ACM certificates.
A list of ACM certificates.
Consumes the builder and constructs a ListCertificatesOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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