Class: Aws::Types::OfflineStoreStatus
- Inherits:
-
Object
- Object
- Aws::Types::OfflineStoreStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked_reason ⇒ ::String
Returns the value of attribute blocked_reason.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
Instance Attribute Details
#blocked_reason ⇒ ::String
Returns the value of attribute blocked_reason.
9553 9554 9555 |
# File 'sig/types.rbs', line 9553 def blocked_reason @blocked_reason end |
#status ⇒ "Active", ...
Returns the value of attribute status.
9552 9553 9554 |
# File 'sig/types.rbs', line 9552 def status @status end |