Struct rusoto_lightsail::MetricDatapoint [] [src]

pub struct MetricDatapoint {
    pub average: Option<Double>,
    pub maximum: Option<Double>,
    pub minimum: Option<Double>,
    pub sample_count: Option<Double>,
    pub sum: Option<Double>,
    pub timestamp: Option<Timestamp>,
    pub unit: Option<MetricUnit>,
}

Describes the metric data point.

Fields

The average.

The maximum.

The minimum.

The sample count.

The sum.

The timestamp (e.g., 1479816991.349).

The unit.

Trait Implementations

impl Default for MetricDatapoint
[src]

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

impl Debug for MetricDatapoint
[src]

Formats the value using the given formatter.

impl Clone for MetricDatapoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more