Class: Aws::Types::LastSync
- Inherits:
-
Object
- Object
- Aws::Types::LastSync
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_successful_sync_provisioning_artifact_id ⇒ ::String
Returns the value of attribute last_successful_sync_provisioning_artifact_id.
-
#last_successful_sync_time ⇒ ::Time
Returns the value of attribute last_successful_sync_time.
-
#last_sync_status ⇒ "SUCCEEDED", "FAILED"
Returns the value of attribute last_sync_status.
-
#last_sync_status_message ⇒ ::String
Returns the value of attribute last_sync_status_message.
-
#last_sync_time ⇒ ::Time
Returns the value of attribute last_sync_time.
Instance Attribute Details
#last_successful_sync_provisioning_artifact_id ⇒ ::String
Returns the value of attribute last_successful_sync_provisioning_artifact_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def last_successful_sync_provisioning_artifact_id @last_successful_sync_provisioning_artifact_id end |
#last_successful_sync_time ⇒ ::Time
Returns the value of attribute last_successful_sync_time.
758 759 760 |
# File 'sig/types.rbs', line 758 def last_successful_sync_time @last_successful_sync_time end |
#last_sync_status ⇒ "SUCCEEDED", "FAILED"
Returns the value of attribute last_sync_status.
756 757 758 |
# File 'sig/types.rbs', line 756 def last_sync_status @last_sync_status end |
#last_sync_status_message ⇒ ::String
Returns the value of attribute last_sync_status_message.
757 758 759 |
# File 'sig/types.rbs', line 757 def end |
#last_sync_time ⇒ ::Time
Returns the value of attribute last_sync_time.
755 756 757 |
# File 'sig/types.rbs', line 755 def last_sync_time @last_sync_time end |