Class: Aws::Types::ReadinessCheckSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReadinessCheckSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
-
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
Instance Attribute Details
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
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.
387 388 389 |
# File 'sig/types.rbs', line 387 def readiness_check_name @readiness_check_name end |