Class: Aws::Types::GetEC2RecommendationProjectedMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEC2RecommendationProjectedMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stat ⇒ "Maximum", "Average"
Returns the value of attribute stat.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
500 501 502 |
# File 'sig/types.rbs', line 500 def end_time @end_time end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
496 497 498 |
# File 'sig/types.rbs', line 496 def instance_arn @instance_arn end |
#period ⇒ ::Integer
Returns the value of attribute period.
498 499 500 |
# File 'sig/types.rbs', line 498 def period @period end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
501 502 503 |
# File 'sig/types.rbs', line 501 def recommendation_preferences @recommendation_preferences end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
499 500 501 |
# File 'sig/types.rbs', line 499 def start_time @start_time end |
#stat ⇒ "Maximum", "Average"
Returns the value of attribute stat.
497 498 499 |
# File 'sig/types.rbs', line 497 def stat @stat end |