Struct rusoto_iot::ListCACertificatesRequest [] [src]

pub struct ListCACertificatesRequest {
    pub ascending_order: Option<bool>,
    pub marker: Option<String>,
    pub page_size: Option<i64>,
}

Input for the ListCACertificates operation.

Fields

Determines the order of the results.

The marker for the next set of results.

The result page size.

Trait Implementations

impl Default for ListCACertificatesRequest
[src]

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

impl Debug for ListCACertificatesRequest
[src]

Formats the value using the given formatter.

impl Clone for ListCACertificatesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more