Class: Aws::Types::AutoScalingGroupRecommendation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def 
  @account_id
end

#auto_scaling_group_arn::String

Returns the value of attribute auto_scaling_group_arn.

Returns:



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.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def auto_scaling_group_name
  @auto_scaling_group_name
end

#current_configurationTypes::AutoScalingGroupConfiguration

Returns the value of attribute current_configuration.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def current_configuration
  @current_configuration
end

#current_instance_gpu_infoTypes::GpuInfo

Returns the value of attribute current_instance_gpu_info.

Returns:



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.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def current_performance_risk
  @current_performance_risk
end

#effective_recommendation_preferencesTypes::EffectiveRecommendationPreferences

Returns the value of attribute effective_recommendation_preferences.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def last_refresh_timestamp
  @last_refresh_timestamp
end

#look_back_period_in_days::Float

Returns the value of attribute look_back_period_in_days.

Returns:



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.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def recommendation_options
  @recommendation_options
end

#utilization_metrics::Array[Types::UtilizationMetric]

Returns the value of attribute utilization_metrics.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def utilization_metrics
  @utilization_metrics
end