Struct rusoto_iot::ListCACertificatesResponse [] [src]

pub struct ListCACertificatesResponse {
    pub certificates: Option<CACertificates>,
    pub next_marker: Option<Marker>,
}

The output from the ListCACertificates operation.

Fields

The CA certificates registered in your AWS account.

The current position within the list of CA certificates.

Trait Implementations

impl Default for ListCACertificatesResponse
[src]

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

impl Debug for ListCACertificatesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListCACertificatesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more