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.
11864 11865 11866 |
# File 'sig/types.rbs', line 11864 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
11868 11869 11870 |
# File 'sig/types.rbs', line 11868 def available_instance_count @available_instance_count end |
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
11870 11871 11872 |
# File 'sig/types.rbs', line 11870 def available_spare_instance_count @available_spare_instance_count end |
#configured_spare_instance_count ⇒ ::Integer
Returns the value of attribute configured_spare_instance_count.
11867 11868 11869 |
# File 'sig/types.rbs', line 11867 def configured_spare_instance_count @configured_spare_instance_count end |
#health_status ⇒ "OK", ...
Returns the value of attribute health_status.
11872 11873 11874 |
# File 'sig/types.rbs', line 11872 def health_status @health_status end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
11869 11870 11871 |
# File 'sig/types.rbs', line 11869 def in_use_instance_count @in_use_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11865 11866 11867 |
# File 'sig/types.rbs', line 11865 def instance_type @instance_type end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
11866 11867 11868 |
# File 'sig/types.rbs', line 11866 def total_instance_count @total_instance_count end |
#ultra_server_id ⇒ ::String
Returns the value of attribute ultra_server_id.
11862 11863 11864 |
# File 'sig/types.rbs', line 11862 def ultra_server_id @ultra_server_id end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11863 11864 11865 |
# File 'sig/types.rbs', line 11863 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11871 11872 11873 |
# File 'sig/types.rbs', line 11871 def unhealthy_instance_count @unhealthy_instance_count end |