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.
11871 11872 11873 |
# File 'sig/types.rbs', line 11871 def available_spare_instance_count @available_spare_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11869 11870 11871 |
# File 'sig/types.rbs', line 11869 def instance_type @instance_type end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
11870 11871 11872 |
# File 'sig/types.rbs', line 11870 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11868 11869 11870 |
# File 'sig/types.rbs', line 11868 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11872 11873 11874 |
# File 'sig/types.rbs', line 11872 def unhealthy_instance_count @unhealthy_instance_count end |