Struct rusoto_lightsail::GetInstanceMetricDataRequest [] [src]

pub struct GetInstanceMetricDataRequest {
    pub end_time: f64,
    pub instance_name: String,
    pub metric_name: String,
    pub period: i64,
    pub start_time: f64,
    pub statistics: Vec<String>,
    pub unit: String,
}

Fields

The end time of the time period.

The name of the instance for which you want to get metrics data.

The metric name to get data about.

The time period for which you are requesting data.

The start time of the time period.

The instance statistics.

The unit. The list of valid values is below.

Trait Implementations

impl Default for GetInstanceMetricDataRequest
[src]

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

impl Debug for GetInstanceMetricDataRequest
[src]

Formats the value using the given formatter.

impl Clone for GetInstanceMetricDataRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more