Struct rusoto_cloudhsm::CreateLunaClientResponse [] [src]

pub struct CreateLunaClientResponse {
    pub client_arn: Option<ClientArn>,
}

Contains the output of the CreateLunaClient action.

Fields

The ARN of the client.

Trait Implementations

impl Default for CreateLunaClientResponse
[src]

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

impl Debug for CreateLunaClientResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateLunaClientResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more