Struct rusoto_lightsail::GetStaticIpsResult [] [src]

pub struct GetStaticIpsResult {
    pub next_page_token: Option<String>,
    pub static_ips: Option<Vec<StaticIp>>,
}

Fields

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

An array of key-value pairs containing information about your get static IPs request.

Trait Implementations

impl Default for GetStaticIpsResult
[src]

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

impl Debug for GetStaticIpsResult
[src]

Formats the value using the given formatter.

impl Clone for GetStaticIpsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more