Class: Aws::Types::InstanceRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute instance_gpu_info.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#migration_effort ⇒ "VeryLow", ...
Returns the value of attribute migration_effort.
-
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
-
#platform_differences ⇒ ::Array[("Hypervisor" | "NetworkInterface" | "StorageInterface" | "InstanceStoreAvailability" | "VirtualizationType" | "Architecture")]
Returns the value of attribute platform_differences.
-
#projected_utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::InstanceSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute instance_gpu_info.
809 810 811 |
# File 'sig/types.rbs', line 809 def instance_gpu_info @instance_gpu_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
808 809 810 |
# File 'sig/types.rbs', line 808 def instance_type @instance_type end |
#migration_effort ⇒ "VeryLow", ...
Returns the value of attribute migration_effort.
816 817 818 |
# File 'sig/types.rbs', line 816 def migration_effort @migration_effort end |
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
812 813 814 |
# File 'sig/types.rbs', line 812 def performance_risk @performance_risk end |
#platform_differences ⇒ ::Array[("Hypervisor" | "NetworkInterface" | "StorageInterface" | "InstanceStoreAvailability" | "VirtualizationType" | "Architecture")]
Returns the value of attribute platform_differences.
811 812 813 |
# File 'sig/types.rbs', line 811 def platform_differences @platform_differences end |
#projected_utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
810 811 812 |
# File 'sig/types.rbs', line 810 def projected_utilization_metrics @projected_utilization_metrics end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
813 814 815 |
# File 'sig/types.rbs', line 813 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
814 815 816 |
# File 'sig/types.rbs', line 814 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::InstanceSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
815 816 817 |
# File 'sig/types.rbs', line 815 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |