Struct rusoto_route53domains::ListDomainsRequest [] [src]

pub struct ListDomainsRequest {
    pub marker: Option<String>,
    pub max_items: Option<i64>,
}

The ListDomains request includes the following elements.

Fields

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value specified in the previous request.

Number of domains to be returned.

Default: 20

Trait Implementations

impl Default for ListDomainsRequest
[src]

[src]

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

impl Debug for ListDomainsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDomainsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more