Module: Aws::Route53RecoveryReadiness::Client::_GetCellReadinessSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCellReadinessSummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #readiness ⇒ "READY", ...
- #readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
Instance Method Details
#next_token ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def next_token: () -> ::String
|
#readiness ⇒ "READY", ...
220 |
# File 'sig/client.rbs', line 220
def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
|
#readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
221 |
# File 'sig/client.rbs', line 221
def readiness_checks: () -> ::Array[Types::ReadinessCheckSummary]
|