Struct rusoto_lightsail::GetDomainsResult [] [src]

pub struct GetDomainsResult {
    pub domains: Option<Vec<Domain>>,
    pub next_page_token: Option<String>,
}

Fields

An array of key-value pairs containing information about each of the domain entries in the user's account.

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

Trait Implementations

impl Default for GetDomainsResult
[src]

[src]

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

impl Debug for GetDomainsResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDomainsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations