Class: Aws::Types::UltraServer
- Inherits:
-
Object
- Object
- Aws::Types::UltraServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
-
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
-
#configured_spare_instance_count ⇒ ::Integer
Returns the value of attribute configured_spare_instance_count.
-
#health_status ⇒ "OK", ...
Returns the value of attribute health_status.
-
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
-
#ultra_server_id ⇒ ::String
Returns the value of attribute ultra_server_id.
-
#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
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11841 11842 11843 |
# File 'sig/types.rbs', line 11841 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
11845 11846 11847 |
# File 'sig/types.rbs', line 11845 def available_instance_count @available_instance_count end |
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
11847 11848 11849 |
# File 'sig/types.rbs', line 11847 def available_spare_instance_count @available_spare_instance_count end |
#configured_spare_instance_count ⇒ ::Integer
Returns the value of attribute configured_spare_instance_count.
11844 11845 11846 |
# File 'sig/types.rbs', line 11844 def configured_spare_instance_count @configured_spare_instance_count end |
#health_status ⇒ "OK", ...
Returns the value of attribute health_status.
11849 11850 11851 |
# File 'sig/types.rbs', line 11849 def health_status @health_status end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
11846 11847 11848 |
# File 'sig/types.rbs', line 11846 def in_use_instance_count @in_use_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11842 11843 11844 |
# File 'sig/types.rbs', line 11842 def instance_type @instance_type end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
11843 11844 11845 |
# File 'sig/types.rbs', line 11843 def total_instance_count @total_instance_count end |
#ultra_server_id ⇒ ::String
Returns the value of attribute ultra_server_id.
11839 11840 11841 |
# File 'sig/types.rbs', line 11839 def ultra_server_id @ultra_server_id end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11840 11841 11842 |
# File 'sig/types.rbs', line 11840 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11848 11849 11850 |
# File 'sig/types.rbs', line 11848 def unhealthy_instance_count @unhealthy_instance_count end |