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]

[src]

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

impl Debug for ListHapgsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListHapgsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations