Struct rusoto_rds::CertificateMessage [] [src]

pub struct CertificateMessage {
    pub certificates: Option<Vec<Certificate>>,
    pub marker: Option<String>,
}

Data returned by the DescribeCertificates action.

Fields

The list of Certificate objects for the AWS account.

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Trait Implementations

impl Default for CertificateMessage
[src]

[src]

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

impl Debug for CertificateMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CertificateMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations