Class: Aws::Types::RecommendationSettings
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_sizing_type ⇒ ::String
Returns the value of attribute instance_sizing_type.
-
#workload_type ⇒ ::String
Returns the value of attribute workload_type.
Instance Attribute Details
#instance_sizing_type ⇒ ::String
Returns the value of attribute instance_sizing_type.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def instance_sizing_type @instance_sizing_type end |
#workload_type ⇒ ::String
Returns the value of attribute workload_type.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def workload_type @workload_type end |