Class: Aws::Types::HealthStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


431
432
433
# File 'sig/types.rbs', line 431

def last_updated_time
  @last_updated_time
end

#status"HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


429
430
431
# File 'sig/types.rbs', line 429

def status
  @status
end

#status_reason"BILLING_VIEW_NO_ACCESS", ...

Returns the value of attribute status_reason.

Returns:

  • ("BILLING_VIEW_NO_ACCESS", "BILLING_VIEW_UNHEALTHY", "FILTER_INVALID", "MULTI_YEAR_HISTORICAL_DATA_DISABLED")


430
431
432
# File 'sig/types.rbs', line 430

def status_reason
  @status_reason
end