Class: Aws::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#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.
632 633 634 |
# File 'sig/types.rbs', line 632 def end_time @end_time end |
#period ⇒ ::Integer
Returns the value of attribute period.
630 631 632 |
# File 'sig/types.rbs', line 630 def period @period end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
633 634 635 |
# File 'sig/types.rbs', line 633 def recommendation_preferences @recommendation_preferences end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
628 629 630 |
# File 'sig/types.rbs', line 628 def resource_arn @resource_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
631 632 633 |
# File 'sig/types.rbs', line 631 def start_time @start_time end |
#stat ⇒ "Maximum", "Average"
Returns the value of attribute stat.
629 630 631 |
# File 'sig/types.rbs', line 629 def stat @stat end |