Class: Aws::Types::GetSyncJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSyncJobRequest
- 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.
599 600 601 |
# File 'sig/types.rbs', line 599 def sync_source @sync_source end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
600 601 602 |
# File 'sig/types.rbs', line 600 def workspace_id @workspace_id end |