Struct aws_sdk_computeoptimizer::operation::get_ec2_recommendation_projected_metrics::GetEc2RecommendationProjectedMetricsInput
source · #[non_exhaustive]pub struct GetEc2RecommendationProjectedMetricsInput {
pub instance_arn: Option<String>,
pub stat: Option<MetricStatistic>,
pub period: Option<i32>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
pub recommendation_preferences: Option<RecommendationPreferences>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.instance_arn: Option<String>
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
stat: Option<MetricStatistic>
The statistic of the projected metrics.
period: Option<i32>
The granularity, in seconds, of the projected metrics data points.
start_time: Option<DateTime>
The timestamp of the first projected metrics data point to return.
end_time: Option<DateTime>
The timestamp of the last projected metrics data point to return.
recommendation_preferences: Option<RecommendationPreferences>
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
Implementations§
source§impl GetEc2RecommendationProjectedMetricsInput
impl GetEc2RecommendationProjectedMetricsInput
sourcepub fn instance_arn(&self) -> Option<&str>
pub fn instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
sourcepub fn stat(&self) -> Option<&MetricStatistic>
pub fn stat(&self) -> Option<&MetricStatistic>
The statistic of the projected metrics.
sourcepub fn period(&self) -> Option<i32>
pub fn period(&self) -> Option<i32>
The granularity, in seconds, of the projected metrics data points.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The timestamp of the first projected metrics data point to return.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The timestamp of the last projected metrics data point to return.
sourcepub fn recommendation_preferences(&self) -> Option<&RecommendationPreferences>
pub fn recommendation_preferences(&self) -> Option<&RecommendationPreferences>
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
source§impl GetEc2RecommendationProjectedMetricsInput
impl GetEc2RecommendationProjectedMetricsInput
sourcepub fn builder() -> GetEc2RecommendationProjectedMetricsInputBuilder
pub fn builder() -> GetEc2RecommendationProjectedMetricsInputBuilder
Creates a new builder-style object to manufacture GetEc2RecommendationProjectedMetricsInput
.
Trait Implementations§
source§impl Clone for GetEc2RecommendationProjectedMetricsInput
impl Clone for GetEc2RecommendationProjectedMetricsInput
source§fn clone(&self) -> GetEc2RecommendationProjectedMetricsInput
fn clone(&self) -> GetEc2RecommendationProjectedMetricsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetEc2RecommendationProjectedMetricsInput
impl PartialEq for GetEc2RecommendationProjectedMetricsInput
source§fn eq(&self, other: &GetEc2RecommendationProjectedMetricsInput) -> bool
fn eq(&self, other: &GetEc2RecommendationProjectedMetricsInput) -> bool
self
and other
values to be equal, and is used
by ==
.