Struct rusoto_lightsail::GetActiveNamesRequest [] [src]

pub struct GetActiveNamesRequest {
    pub page_token: Option<String>,
}

Fields

A token used for paginating results from your get active names request.

Trait Implementations

impl Default for GetActiveNamesRequest
[src]

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

impl Debug for GetActiveNamesRequest
[src]

Formats the value using the given formatter.

impl Clone for GetActiveNamesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more