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.
11925 11926 11927 |
# File 'sig/types.rbs', line 11925 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
11929 11930 11931 |
# File 'sig/types.rbs', line 11929 def available_instance_count @available_instance_count end |
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
11931 11932 11933 |
# File 'sig/types.rbs', line 11931 def available_spare_instance_count @available_spare_instance_count end |
#configured_spare_instance_count ⇒ ::Integer
Returns the value of attribute configured_spare_instance_count.
11928 11929 11930 |
# File 'sig/types.rbs', line 11928 def configured_spare_instance_count @configured_spare_instance_count end |
#health_status ⇒ "OK", ...
Returns the value of attribute health_status.
11933 11934 11935 |
# File 'sig/types.rbs', line 11933 def health_status @health_status end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
11930 11931 11932 |
# File 'sig/types.rbs', line 11930 def in_use_instance_count @in_use_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
11926 11927 11928 |
# File 'sig/types.rbs', line 11926 def instance_type @instance_type end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
11927 11928 11929 |
# File 'sig/types.rbs', line 11927 def total_instance_count @total_instance_count end |
#ultra_server_id ⇒ ::String
Returns the value of attribute ultra_server_id.
11923 11924 11925 |
# File 'sig/types.rbs', line 11923 def ultra_server_id @ultra_server_id end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
11924 11925 11926 |
# File 'sig/types.rbs', line 11924 def ultra_server_type @ultra_server_type end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
11932 11933 11934 |
# File 'sig/types.rbs', line 11932 def unhealthy_instance_count @unhealthy_instance_count end |