Class: Aws::Types::GetSyncJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSyncJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#status ⇒ Types::SyncJobStatus
Returns the value of attribute status.
-
#sync_role ⇒ ::String
Returns the value of attribute sync_role.
-
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
610 611 612 |
# File 'sig/types.rbs', line 610 def creation_date_time @creation_date_time end |
#status ⇒ Types::SyncJobStatus
Returns the value of attribute status.
609 610 611 |
# File 'sig/types.rbs', line 609 def status @status end |
#sync_role ⇒ ::String
Returns the value of attribute sync_role.
608 609 610 |
# File 'sig/types.rbs', line 608 def sync_role @sync_role end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
607 608 609 |
# File 'sig/types.rbs', line 607 def sync_source @sync_source end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
611 612 613 |
# File 'sig/types.rbs', line 611 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def workspace_id @workspace_id end |