Struct rusoto_route53domains::ListOperationsRequest [] [src]

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

The ListOperations request includes the following elements.

Fields

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

Number of domains to be returned.

Default: 20

Trait Implementations

impl Default for ListOperationsRequest
[src]

[src]

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

impl Debug for ListOperationsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListOperationsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations