Struct rusoto_sdb::ListDomainsRequest[][src]

pub struct ListDomainsRequest {
    pub max_number_of_domains: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.

A string informing Amazon SimpleDB where to start the next list of domain names.

Trait Implementations

impl Default for ListDomainsRequest
[src]

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

impl Debug for ListDomainsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ListDomainsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListDomainsRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations