Class: Aws::Types::AvailabilityZoneInfo
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZoneInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#available_data_node_count ⇒ ::String
Returns the value of attribute available_data_node_count.
-
#configured_data_node_count ⇒ ::String
Returns the value of attribute configured_data_node_count.
-
#total_shards ⇒ ::String
Returns the value of attribute total_shards.
-
#total_un_assigned_shards ⇒ ::String
Returns the value of attribute total_un_assigned_shards.
-
#zone_status ⇒ "Active", ...
Returns the value of attribute zone_status.
Instance Attribute Details
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def availability_zone_name @availability_zone_name end |
#available_data_node_count ⇒ ::String
Returns the value of attribute available_data_node_count.
294 295 296 |
# File 'sig/types.rbs', line 294 def available_data_node_count @available_data_node_count end |
#configured_data_node_count ⇒ ::String
Returns the value of attribute configured_data_node_count.
293 294 295 |
# File 'sig/types.rbs', line 293 def configured_data_node_count @configured_data_node_count end |
#total_shards ⇒ ::String
Returns the value of attribute total_shards.
295 296 297 |
# File 'sig/types.rbs', line 295 def total_shards @total_shards end |
#total_un_assigned_shards ⇒ ::String
Returns the value of attribute total_un_assigned_shards.
296 297 298 |
# File 'sig/types.rbs', line 296 def total_un_assigned_shards @total_un_assigned_shards end |
#zone_status ⇒ "Active", ...
Returns the value of attribute zone_status.
292 293 294 |
# File 'sig/types.rbs', line 292 def zone_status @zone_status end |