Class: Aws::Types::GetCellReadinessSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCellReadinessSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
-
#readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
Returns the value of attribute readiness_checks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
162 163 164 |
# File 'sig/types.rbs', line 162 def next_token @next_token end |
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
163 164 165 |
# File 'sig/types.rbs', line 163 def readiness @readiness end |
#readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
Returns the value of attribute readiness_checks.
164 165 166 |
# File 'sig/types.rbs', line 164 def readiness_checks @readiness_checks end |