Struct rusoto_route53domains::ListOperationsResponse [] [src]

pub struct ListOperationsResponse {
    pub next_page_marker: Option<String>,
    pub operations: Vec<OperationSummary>,
}

The ListOperations response includes the following elements.

Fields

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Lists summaries of the operations.

Trait Implementations

impl Default for ListOperationsResponse
[src]

[src]

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

impl Debug for ListOperationsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListOperationsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations