Struct rusoto_lightsail::GetDomainsResult [] [src]

pub struct GetDomainsResult {
    pub domains: Option<DomainList>,
    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]

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

impl Debug for GetDomainsResult
[src]

Formats the value using the given formatter.

impl Clone for GetDomainsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more