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.
11947 11948 11949 |
# File 'sig/types.rbs', line 11947 def available_spare_instance_count @available_spare_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11945 11946 11947 |
# File 'sig/types.rbs', line 11945 def instance_type @instance_type end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
11946 11947 11948 |
# File 'sig/types.rbs', line 11946 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11944 11945 11946 |
# File 'sig/types.rbs', line 11944 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11948 11949 11950 |
# File 'sig/types.rbs', line 11948 def unhealthy_instance_count @unhealthy_instance_count end |