Module: Aws::OpenSearchService::Client::_DescribeDomainHealthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDomainHealthResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_availability_zone_count ⇒ ::String
- #availability_zone_count ⇒ ::String
- #cluster_health ⇒ "Red", ...
- #data_node_count ⇒ ::String
- #dedicated_master ⇒ Boolean
- #domain_state ⇒ "Active", ...
- #environment_information ⇒ ::Array[Types::EnvironmentInfo]
- #master_eligible_node_count ⇒ ::String
- #master_node ⇒ "Available", "UnAvailable"
- #stand_by_availability_zone_count ⇒ ::String
- #total_shards ⇒ ::String
- #total_un_assigned_shards ⇒ ::String
- #warm_node_count ⇒ ::String
Instance Method Details
#active_availability_zone_count ⇒ ::String
631 |
# File 'sig/client.rbs', line 631 def active_availability_zone_count: () -> ::String |
#availability_zone_count ⇒ ::String
630 |
# File 'sig/client.rbs', line 630 def availability_zone_count: () -> ::String |
#cluster_health ⇒ "Red", ...
638 |
# File 'sig/client.rbs', line 638 def cluster_health: () -> ("Red" | "Yellow" | "Green" | "NotAvailable") |
#data_node_count ⇒ ::String
633 |
# File 'sig/client.rbs', line 633 def data_node_count: () -> ::String |
#dedicated_master ⇒ Boolean
634 |
# File 'sig/client.rbs', line 634 def dedicated_master: () -> bool |
#domain_state ⇒ "Active", ...
629 |
# File 'sig/client.rbs', line 629 def domain_state: () -> ("Active" | "Processing" | "NotAvailable") |
#environment_information ⇒ ::Array[Types::EnvironmentInfo]
641 |
# File 'sig/client.rbs', line 641 def environment_information: () -> ::Array[Types::EnvironmentInfo] |
#master_eligible_node_count ⇒ ::String
635 |
# File 'sig/client.rbs', line 635 def master_eligible_node_count: () -> ::String |
#master_node ⇒ "Available", "UnAvailable"
637 |
# File 'sig/client.rbs', line 637 def master_node: () -> ("Available" | "UnAvailable") |
#stand_by_availability_zone_count ⇒ ::String
632 |
# File 'sig/client.rbs', line 632 def stand_by_availability_zone_count: () -> ::String |
#total_shards ⇒ ::String
639 |
# File 'sig/client.rbs', line 639 def total_shards: () -> ::String |
#total_un_assigned_shards ⇒ ::String
640 |
# File 'sig/client.rbs', line 640 def total_un_assigned_shards: () -> ::String |
#warm_node_count ⇒ ::String
636 |
# File 'sig/client.rbs', line 636 def warm_node_count: () -> ::String |