Class: Aws::Types::SyncJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::SyncJobSummary
- 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_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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def creation_date_time @creation_date_time end |
#status ⇒ Types::SyncJobStatus
Returns the value of attribute status.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def status @status end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def sync_source @sync_source end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def workspace_id @workspace_id end |