Struct rusoto_apigateway::GenerateClientCertificateRequest [] [src]

pub struct GenerateClientCertificateRequest {
    pub description: Option<String>,
}

A request to generate a ClientCertificate resource.

Fields

The description of the ClientCertificate.

Trait Implementations

impl Default for GenerateClientCertificateRequest
[src]

[src]

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

impl Debug for GenerateClientCertificateRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GenerateClientCertificateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations