Class: Aws::Types::DeleteSyncJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSyncJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
342 343 344 |
# File 'sig/types.rbs', line 342 def sync_source @sync_source end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
341 342 343 |
# File 'sig/types.rbs', line 341 def workspace_id @workspace_id end |