Struct rusoto_cloudhsm::ListLunaClientsResponse[][src]

pub struct ListLunaClientsResponse {
    pub client_list: Vec<String>,
    pub next_token: Option<String>,
}

Fields

The list of clients.

If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

Trait Implementations

impl Default for ListLunaClientsResponse
[src]

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

impl Debug for ListLunaClientsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListLunaClientsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListLunaClientsResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations