Class: Aws::Types::RightsizingRecommendation

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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
end

#current_instanceTypes::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_detailTypes::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_detailTypes::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