Class: Aws::Types::PerObjectStatus
- Inherits:
-
Object
- Object
- Aws::Types::PerObjectStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sync_status ⇒ "PENDING", ...
Returns the value of attribute sync_status.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#sync_status ⇒ "PENDING", ...
Returns the value of attribute sync_status.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def sync_status @sync_status end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def update_token @update_token end |