Class: Aws::Types::AutoScalingGroupRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#auto_scaling_group_arn ⇒ ::String
Returns the value of attribute auto_scaling_group_arn.
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#current_configuration ⇒ Types::AutoScalingGroupConfiguration
Returns the value of attribute current_configuration.
-
#current_instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute current_instance_gpu_info.
-
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
-
#effective_recommendation_preferences ⇒ Types::EffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
-
#finding ⇒ "Underprovisioned", ...
Returns the value of attribute finding.
-
#inferred_workload_types ⇒ ::Array[("AmazonEmr" | "ApacheCassandra" | "ApacheHadoop" | "Memcached" | "Nginx" | "PostgreSql" | "Redis" | "Kafka" | "SQLServer")]
Returns the value of attribute inferred_workload_types.
-
#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.
-
#recommendation_options ⇒ ::Array[Types::AutoScalingGroupRecommendationOption]
Returns the value of attribute recommendation_options.
-
#utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute utilization_metrics.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def account_id @account_id end |
#auto_scaling_group_arn ⇒ ::String
Returns the value of attribute auto_scaling_group_arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def auto_scaling_group_arn @auto_scaling_group_arn end |
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def auto_scaling_group_name @auto_scaling_group_name end |
#current_configuration ⇒ Types::AutoScalingGroupConfiguration
Returns the value of attribute current_configuration.
49 50 51 |
# File 'sig/types.rbs', line 49 def current_configuration @current_configuration end |
#current_instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute current_instance_gpu_info.
50 51 52 |
# File 'sig/types.rbs', line 50 def current_instance_gpu_info @current_instance_gpu_info end |
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
53 54 55 |
# File 'sig/types.rbs', line 53 def current_performance_risk @current_performance_risk end |
#effective_recommendation_preferences ⇒ Types::EffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
54 55 56 |
# File 'sig/types.rbs', line 54 def effective_recommendation_preferences @effective_recommendation_preferences end |
#finding ⇒ "Underprovisioned", ...
Returns the value of attribute finding.
46 47 48 |
# File 'sig/types.rbs', line 46 def finding @finding end |
#inferred_workload_types ⇒ ::Array[("AmazonEmr" | "ApacheCassandra" | "ApacheHadoop" | "Memcached" | "Nginx" | "PostgreSql" | "Redis" | "Kafka" | "SQLServer")]
Returns the value of attribute inferred_workload_types.
55 56 57 |
# File 'sig/types.rbs', line 55 def inferred_workload_types @inferred_workload_types end |
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
52 53 54 |
# File 'sig/types.rbs', line 52 def @last_refresh_timestamp end |
#look_back_period_in_days ⇒ ::Float
Returns the value of attribute look_back_period_in_days.
48 49 50 |
# File 'sig/types.rbs', line 48 def look_back_period_in_days @look_back_period_in_days end |
#recommendation_options ⇒ ::Array[Types::AutoScalingGroupRecommendationOption]
Returns the value of attribute recommendation_options.
51 52 53 |
# File 'sig/types.rbs', line 51 def @recommendation_options end |
#utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute utilization_metrics.
47 48 49 |
# File 'sig/types.rbs', line 47 def utilization_metrics @utilization_metrics end |