Class: Aws::Types::RightsizingRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::RightsizingRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#current_instance ⇒ Types::CurrentInstance
Returns the value of attribute current_instance.
-
#finding_reason_codes ⇒ ::Array[("CPU_OVER_PROVISIONED" | "CPU_UNDER_PROVISIONED" | "MEMORY_OVER_PROVISIONED" | "MEMORY_UNDER_PROVISIONED" | "EBS_THROUGHPUT_OVER_PROVISIONED" | "EBS_THROUGHPUT_UNDER_PROVISIONED" | "EBS_IOPS_OVER_PROVISIONED" | "EBS_IOPS_UNDER_PROVISIONED" | "NETWORK_BANDWIDTH_OVER_PROVISIONED" | "NETWORK_BANDWIDTH_UNDER_PROVISIONED" | "NETWORK_PPS_OVER_PROVISIONED" | "NETWORK_PPS_UNDER_PROVISIONED" | "DISK_IOPS_OVER_PROVISIONED" | "DISK_IOPS_UNDER_PROVISIONED" | "DISK_THROUGHPUT_OVER_PROVISIONED" | "DISK_THROUGHPUT_UNDER_PROVISIONED")]
Returns the value of attribute finding_reason_codes.
-
#modify_recommendation_detail ⇒ Types::ModifyRecommendationDetail
Returns the value of attribute modify_recommendation_detail.
-
#rightsizing_type ⇒ "TERMINATE", "MODIFY"
Returns the value of attribute rightsizing_type.
-
#terminate_recommendation_detail ⇒ Types::TerminateRecommendationDetail
Returns the value of attribute terminate_recommendation_detail.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def account_id @account_id end |
#current_instance ⇒ Types::CurrentInstance
Returns the value of attribute current_instance.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def current_instance @current_instance end |
#finding_reason_codes ⇒ ::Array[("CPU_OVER_PROVISIONED" | "CPU_UNDER_PROVISIONED" | "MEMORY_OVER_PROVISIONED" | "MEMORY_UNDER_PROVISIONED" | "EBS_THROUGHPUT_OVER_PROVISIONED" | "EBS_THROUGHPUT_UNDER_PROVISIONED" | "EBS_IOPS_OVER_PROVISIONED" | "EBS_IOPS_UNDER_PROVISIONED" | "NETWORK_BANDWIDTH_OVER_PROVISIONED" | "NETWORK_BANDWIDTH_UNDER_PROVISIONED" | "NETWORK_PPS_OVER_PROVISIONED" | "NETWORK_PPS_UNDER_PROVISIONED" | "DISK_IOPS_OVER_PROVISIONED" | "DISK_IOPS_UNDER_PROVISIONED" | "DISK_THROUGHPUT_OVER_PROVISIONED" | "DISK_THROUGHPUT_UNDER_PROVISIONED")]
Returns the value of attribute finding_reason_codes.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def finding_reason_codes @finding_reason_codes end |
#modify_recommendation_detail ⇒ Types::ModifyRecommendationDetail
Returns the value of attribute modify_recommendation_detail.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def modify_recommendation_detail @modify_recommendation_detail end |
#rightsizing_type ⇒ "TERMINATE", "MODIFY"
Returns the value of attribute rightsizing_type.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def rightsizing_type @rightsizing_type end |
#terminate_recommendation_detail ⇒ Types::TerminateRecommendationDetail
Returns the value of attribute terminate_recommendation_detail.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def terminate_recommendation_detail @terminate_recommendation_detail end |