Struct rusoto_apigateway::ClientCertificates [] [src]

pub struct ClientCertificates {
    pub items: Option<Vec<ClientCertificate>>,
    pub position: Option<String>,
}

Represents a collection of ClientCertificate resources.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for ClientCertificates
[src]

[src]

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

impl Debug for ClientCertificates
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClientCertificates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more