Class: Aws::Types::ResourceDataSyncItem
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_status ⇒ "Successful", ...
Returns the value of attribute last_status.
-
#last_successful_sync_time ⇒ ::Time
Returns the value of attribute last_successful_sync_time.
-
#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.
-
#s3_destination ⇒ Types::ResourceDataSyncS3Destination
Returns the value of attribute s3_destination.
-
#sync_created_time ⇒ ::Time
Returns the value of attribute sync_created_time.
-
#sync_last_modified_time ⇒ ::Time
Returns the value of attribute sync_last_modified_time.
-
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
-
#sync_source ⇒ Types::ResourceDataSyncSourceWithState
Returns the value of attribute sync_source.
-
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
Instance Attribute Details
#last_status ⇒ "Successful", ...
Returns the value of attribute last_status.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def last_status @last_status end |
#last_successful_sync_time ⇒ ::Time
Returns the value of attribute last_successful_sync_time.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def last_successful_sync_time @last_successful_sync_time end |
#last_sync_status_message ⇒ ::String
Returns the value of attribute last_sync_status_message.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def end |
#last_sync_time ⇒ ::Time
Returns the value of attribute last_sync_time.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def last_sync_time @last_sync_time end |
#s3_destination ⇒ Types::ResourceDataSyncS3Destination
Returns the value of attribute s3_destination.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def s3_destination @s3_destination end |
#sync_created_time ⇒ ::Time
Returns the value of attribute sync_created_time.
3897 3898 3899 |
# File 'sig/types.rbs', line 3897 def sync_created_time @sync_created_time end |
#sync_last_modified_time ⇒ ::Time
Returns the value of attribute sync_last_modified_time.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def sync_last_modified_time @sync_last_modified_time end |
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def sync_name @sync_name end |
#sync_source ⇒ Types::ResourceDataSyncSourceWithState
Returns the value of attribute sync_source.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def sync_source @sync_source end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def sync_type @sync_type end |