Class: Aws::Types::InstanceHealthSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#degraded::Integer

Returns the value of attribute degraded.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def degraded
  @degraded
end

#info::Integer

Returns the value of attribute info.

Returns:

  • (::Integer)


623
624
625
# File 'sig/types.rbs', line 623

def info
  @info
end

#no_data::Integer

Returns the value of attribute no_data.

Returns:

  • (::Integer)


619
620
621
# File 'sig/types.rbs', line 619

def no_data
  @no_data
end

#ok::Integer

Returns the value of attribute ok.

Returns:

  • (::Integer)


622
623
624
# File 'sig/types.rbs', line 622

def ok
  @ok
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


621
622
623
# File 'sig/types.rbs', line 621

def pending
  @pending
end

#severe::Integer

Returns the value of attribute severe.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def severe
  @severe
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


620
621
622
# File 'sig/types.rbs', line 620

def unknown
  @unknown
end

#warning::Integer

Returns the value of attribute warning.

Returns:

  • (::Integer)


624
625
626
# File 'sig/types.rbs', line 624

def warning
  @warning
end