Struct rusoto_lightsail::GetStaticIpsRequest [] [src]

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

Fields

A token used for advancing to the next page of results from your get static IPs request.

Trait Implementations

impl Default for GetStaticIpsRequest
[src]

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

impl Debug for GetStaticIpsRequest
[src]

Formats the value using the given formatter.

impl Clone for GetStaticIpsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more