Class: Aws::Types::GetReadinessCheckStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReadinessCheckStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
-
#resources ⇒ ::Array[Types::ResourceResult]
Returns the value of attribute resources.
Instance Attribute Details
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
218 219 220 |
# File 'sig/types.rbs', line 218 def @messages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
219 220 221 |
# File 'sig/types.rbs', line 219 def next_token @next_token end |
#readiness ⇒ "READY", ...
Returns the value of attribute readiness.
220 221 222 |
# File 'sig/types.rbs', line 220 def readiness @readiness end |
#resources ⇒ ::Array[Types::ResourceResult]
Returns the value of attribute resources.
221 222 223 |
# File 'sig/types.rbs', line 221 def resources @resources end |