Struct rusoto_cloudhsm::ListHsmsResponse [] [src]

pub struct ListHsmsResponse {
    pub hsm_list: Option<HsmList>,
    pub next_token: Option<PaginationToken>,
}

Contains the output of the ListHsms operation.

Fields

The list of ARNs that identify the HSMs.

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

Trait Implementations

impl Default for ListHsmsResponse
[src]

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

impl Debug for ListHsmsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListHsmsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more