Struct rusoto_cloudhsm::ListHapgsRequest[][src]

pub struct ListHapgsRequest {
    pub next_token: Option<String>,
}

Fields

The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.

Trait Implementations

impl Default for ListHapgsRequest
[src]

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

impl Debug for ListHapgsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ListHapgsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListHapgsRequest
[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