Class: Aws::Types::GetRecoveryGroupReadinessSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecoveryGroupReadinessSummaryResponse
- 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.
233 234 235 |
# File 'sig/types.rbs', line 233 def next_token @next_token end |
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
234 235 236 |
# File 'sig/types.rbs', line 234 def readiness @readiness end |
#readiness_checks ⇒ ::Array[Types::ReadinessCheckSummary]
Returns the value of attribute readiness_checks.
235 236 237 |
# File 'sig/types.rbs', line 235 def readiness_checks @readiness_checks end |