Struct rusoto_xray::GetServiceGraphRequest [] [src]

pub struct GetServiceGraphRequest {
    pub end_time: f64,
    pub next_token: Option<String>,
    pub start_time: f64,
}

Fields

The end of the time frame for which to generate a graph.

Pagination token. Not used.

The start of the time frame for which to generate a graph.

Trait Implementations

impl Default for GetServiceGraphRequest
[src]

[src]

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

impl Debug for GetServiceGraphRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetServiceGraphRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more