Class: Aws::Types::DescribeDomainHealthResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_availability_zone_count::String

Returns the value of attribute active_availability_zone_count.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Red", "Yellow", "Green", "NotAvailable")


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.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def data_node_count
  @data_node_count
end

#dedicated_masterBoolean

Returns the value of attribute dedicated_master.

Returns:

  • (Boolean)


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.

Returns:

  • ("Active", "Processing", "NotAvailable")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Available", "UnAvailable")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def warm_node_count
  @warm_node_count
end