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.
9538 9539 9540 |
# File 'sig/types.rbs', line 9538 def blocked_reason @blocked_reason end |
#status ⇒ "Active", ...
Returns the value of attribute status.
9537 9538 9539 |
# File 'sig/types.rbs', line 9537 def status @status end |