Struct rusoto_cloudhsm::DescribeLunaClientRequest [] [src]

pub struct DescribeLunaClientRequest {
    pub certificate_fingerprint: Option<CertificateFingerprint>,
    pub client_arn: Option<ClientArn>,
}

Fields

The certificate fingerprint.

The ARN of the client.

Trait Implementations

impl Default for DescribeLunaClientRequest
[src]

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

impl Debug for DescribeLunaClientRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeLunaClientRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more