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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def sync_status @sync_status end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def update_token @update_token end |