Class: Aws::Types::CreateSyncJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSyncJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sync_role ⇒ ::String
Returns the value of attribute sync_role.
-
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#sync_role ⇒ ::String
Returns the value of attribute sync_role.
253 254 255 |
# File 'sig/types.rbs', line 253 def sync_role @sync_role end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
252 253 254 |
# File 'sig/types.rbs', line 252 def sync_source @sync_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
254 255 256 |
# File 'sig/types.rbs', line 254 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def workspace_id @workspace_id end |