Struct rusoto_acm::ListCertificatesRequest [] [src]

pub struct ListCertificatesRequest {
    pub certificate_statuses: Option<Vec<String>>,
    pub max_items: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The status or statuses on which to filter the list of ACM Certificates.

Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

Trait Implementations

impl Default for ListCertificatesRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListCertificatesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListCertificatesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more