Class: Aws::Types::DescribeDomainHealthResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainHealthResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_availability_zone_count ⇒ ::String
Returns the value of attribute active_availability_zone_count.
-
#availability_zone_count ⇒ ::String
Returns the value of attribute availability_zone_count.
-
#cluster_health ⇒ "Red", ...
Returns the value of attribute cluster_health.
-
#data_node_count ⇒ ::String
Returns the value of attribute data_node_count.
-
#dedicated_master ⇒ Boolean
Returns the value of attribute dedicated_master.
-
#domain_state ⇒ "Active", ...
Returns the value of attribute domain_state.
-
#environment_information ⇒ ::Array[Types::EnvironmentInfo]
Returns the value of attribute environment_information.
-
#master_eligible_node_count ⇒ ::String
Returns the value of attribute master_eligible_node_count.
-
#master_node ⇒ "Available", "UnAvailable"
Returns the value of attribute master_node.
-
#stand_by_availability_zone_count ⇒ ::String
Returns the value of attribute stand_by_availability_zone_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.
-
#warm_node_count ⇒ ::String
Returns the value of attribute warm_node_count.
Instance Attribute Details
#active_availability_zone_count ⇒ ::String
Returns the value of attribute active_availability_zone_count.
792 793 794 |
# File 'sig/types.rbs', line 792 def active_availability_zone_count @active_availability_zone_count end |
#availability_zone_count ⇒ ::String
Returns the value of attribute availability_zone_count.
791 792 793 |
# File 'sig/types.rbs', line 791 def availability_zone_count @availability_zone_count end |
#cluster_health ⇒ "Red", ...
Returns the value of attribute cluster_health.
799 800 801 |
# File 'sig/types.rbs', line 799 def cluster_health @cluster_health end |
#data_node_count ⇒ ::String
Returns the value of attribute data_node_count.
794 795 796 |
# File 'sig/types.rbs', line 794 def data_node_count @data_node_count end |
#dedicated_master ⇒ Boolean
Returns the value of attribute dedicated_master.
795 796 797 |
# File 'sig/types.rbs', line 795 def dedicated_master @dedicated_master end |
#domain_state ⇒ "Active", ...
Returns the value of attribute domain_state.
790 791 792 |
# File 'sig/types.rbs', line 790 def domain_state @domain_state end |
#environment_information ⇒ ::Array[Types::EnvironmentInfo]
Returns the value of attribute environment_information.
802 803 804 |
# File 'sig/types.rbs', line 802 def environment_information @environment_information end |
#master_eligible_node_count ⇒ ::String
Returns the value of attribute master_eligible_node_count.
796 797 798 |
# File 'sig/types.rbs', line 796 def master_eligible_node_count @master_eligible_node_count end |
#master_node ⇒ "Available", "UnAvailable"
Returns the value of attribute master_node.
798 799 800 |
# File 'sig/types.rbs', line 798 def master_node @master_node end |
#stand_by_availability_zone_count ⇒ ::String
Returns the value of attribute stand_by_availability_zone_count.
793 794 795 |
# File 'sig/types.rbs', line 793 def stand_by_availability_zone_count @stand_by_availability_zone_count end |
#total_shards ⇒ ::String
Returns the value of attribute total_shards.
800 801 802 |
# File 'sig/types.rbs', line 800 def total_shards @total_shards end |
#total_un_assigned_shards ⇒ ::String
Returns the value of attribute total_un_assigned_shards.
801 802 803 |
# File 'sig/types.rbs', line 801 def total_un_assigned_shards @total_un_assigned_shards end |
#warm_node_count ⇒ ::String
Returns the value of attribute warm_node_count.
797 798 799 |
# File 'sig/types.rbs', line 797 def warm_node_count @warm_node_count end |