Module: Aws::Route53RecoveryReadiness::Client::_GetRecoveryGroupReadinessSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecoveryGroupReadinessSummaryResponse]
- 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
289 |
# File 'sig/client.rbs', line 289
def next_token: () -> ::String
|
#readiness ⇒ "READY", ...
290 |
# File 'sig/client.rbs', line 290
def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
|
#readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
291 |
# File 'sig/client.rbs', line 291
def readiness_checks: () -> ::Array[Types::ReadinessCheckSummary]
|