pub struct GetEC2RecommendationProjectedMetricsRequest {
pub end_time: f64,
pub instance_arn: String,
pub period: i64,
pub start_time: f64,
pub stat: String,
}
Fields§
§end_time: f64
The time stamp of the last projected metrics data point to return.
instance_arn: String
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
period: i64
The granularity, in seconds, of the projected metrics data points.
start_time: f64
The time stamp of the first projected metrics data point to return.
stat: String
The statistic of the projected metrics.
Trait Implementations§
Source§impl Clone for GetEC2RecommendationProjectedMetricsRequest
impl Clone for GetEC2RecommendationProjectedMetricsRequest
Source§fn clone(&self) -> GetEC2RecommendationProjectedMetricsRequest
fn clone(&self) -> GetEC2RecommendationProjectedMetricsRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for GetEC2RecommendationProjectedMetricsRequest
impl Default for GetEC2RecommendationProjectedMetricsRequest
Source§fn default() -> GetEC2RecommendationProjectedMetricsRequest
fn default() -> GetEC2RecommendationProjectedMetricsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetEC2RecommendationProjectedMetricsRequest
impl PartialEq for GetEC2RecommendationProjectedMetricsRequest
Source§fn eq(&self, other: &GetEC2RecommendationProjectedMetricsRequest) -> bool
fn eq(&self, other: &GetEC2RecommendationProjectedMetricsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetEC2RecommendationProjectedMetricsRequest
Auto Trait Implementations§
impl Freeze for GetEC2RecommendationProjectedMetricsRequest
impl RefUnwindSafe for GetEC2RecommendationProjectedMetricsRequest
impl Send for GetEC2RecommendationProjectedMetricsRequest
impl Sync for GetEC2RecommendationProjectedMetricsRequest
impl Unpin for GetEC2RecommendationProjectedMetricsRequest
impl UnwindSafe for GetEC2RecommendationProjectedMetricsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more