Class: Aws::Types::ReadinessCheckSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#readiness ⇒ "READY", ...

Returns the value of attribute readiness.

Returns:

  • ("READY", "NOT_READY", "UNKNOWN", "NOT_AUTHORIZED")


386
387
388
# File 'sig/types.rbs', line 386

def readiness
  @readiness
end

#readiness_check_name ⇒ ::String

Returns the value of attribute readiness_check_name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def readiness_check_name
  @readiness_check_name
end