Struct rusoto_cloudhsm::CreateLunaClientRequest [] [src]

pub struct CreateLunaClientRequest {
    pub certificate: Certificate,
    pub label: Option<ClientLabel>,
}

Contains the inputs for the CreateLunaClient action.

Fields

The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

The label for the client.

Trait Implementations

impl Default for CreateLunaClientRequest
[src]

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

impl Debug for CreateLunaClientRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateLunaClientRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more