Class: Aws::Types::VolumeRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::VolumeRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#current_configuration ⇒ Types::VolumeConfiguration
Returns the value of attribute current_configuration.
-
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
-
#effective_recommendation_preferences ⇒ Types::EBSEffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
-
#finding ⇒ "Optimized", "NotOptimized"
Returns the value of attribute finding.
-
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
-
#look_back_period_in_days ⇒ ::Float
Returns the value of attribute look_back_period_in_days.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#utilization_metrics ⇒ ::Array[Types::EBSUtilizationMetric]
Returns the value of attribute utilization_metrics.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_recommendation_options ⇒ ::Array[Types::VolumeRecommendationOption]
Returns the value of attribute volume_recommendation_options.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def account_id @account_id end |
#current_configuration ⇒ Types::VolumeConfiguration
Returns the value of attribute current_configuration.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def current_configuration @current_configuration end |
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def current_performance_risk @current_performance_risk end |
#effective_recommendation_preferences ⇒ Types::EBSEffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def effective_recommendation_preferences @effective_recommendation_preferences end |
#finding ⇒ "Optimized", "NotOptimized"
Returns the value of attribute finding.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def finding @finding end |
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def @last_refresh_timestamp end |
#look_back_period_in_days ⇒ ::Float
Returns the value of attribute look_back_period_in_days.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def look_back_period_in_days @look_back_period_in_days end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def @tags end |
#utilization_metrics ⇒ ::Array[Types::EBSUtilizationMetric]
Returns the value of attribute utilization_metrics.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def utilization_metrics @utilization_metrics end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def volume_arn @volume_arn end |
#volume_recommendation_options ⇒ ::Array[Types::VolumeRecommendationOption]
Returns the value of attribute volume_recommendation_options.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def @volume_recommendation_options end |