Class: Aws::Types::UltraServerSummary
- Inherits:
-
Object
- Object
- Aws::Types::UltraServerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
-
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
-
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
Instance Attribute Details
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
11863 11864 11865 |
# File 'sig/types.rbs', line 11863 def available_spare_instance_count @available_spare_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11861 11862 11863 |
# File 'sig/types.rbs', line 11861 def instance_type @instance_type end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
11862 11863 11864 |
# File 'sig/types.rbs', line 11862 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11860 11861 11862 |
# File 'sig/types.rbs', line 11860 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11864 11865 11866 |
# File 'sig/types.rbs', line 11864 def unhealthy_instance_count @unhealthy_instance_count end |