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.
9600 9601 9602 |
# File 'sig/types.rbs', line 9600 def blocked_reason @blocked_reason end |
#status ⇒ "Active", ...
Returns the value of attribute status.
9599 9600 9601 |
# File 'sig/types.rbs', line 9599 def status @status end |