class
Amazonite::Ssm::ResourceDataSyncItem
- Amazonite::Ssm::ResourceDataSyncItem
- Reference
- Object
Overview
Information about a resource data sync configuration, including its current status and last successful sync.
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(sync_name : String | Nil = nil, sync_type : String | Nil = nil, sync_source : ResourceDataSyncSourceWithState | Nil = nil, s3_destination : ResourceDataSyncS3Destination | Nil = nil, last_sync_time : Time | Nil = nil, last_successful_sync_time : Time | Nil = nil, sync_last_modified_time : Time | Nil = nil, last_status : LastResourceDataSyncStatus | Nil = nil, sync_created_time : Time | Nil = nil, last_sync_status_message : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_status : LastResourceDataSyncStatus | Nil
The status reported by the last sync.
-
#last_status=(last_status : LastResourceDataSyncStatus | Nil)
The status reported by the last sync.
-
#last_successful_sync_time : Time | Nil
The last time the sync operations returned a status of
SUCCESSFUL(UTC). -
#last_successful_sync_time=(last_successful_sync_time : Time | Nil)
The last time the sync operations returned a status of
SUCCESSFUL(UTC). -
#last_sync_status_message : String | Nil
The status message details reported by the last sync.
-
#last_sync_status_message=(last_sync_status_message : String | Nil)
The status message details reported by the last sync.
-
#last_sync_time : Time | Nil
The last time the configuration attempted to sync (UTC).
-
#last_sync_time=(last_sync_time : Time | Nil)
The last time the configuration attempted to sync (UTC).
-
#s3_destination : ResourceDataSyncS3Destination | Nil
Configuration information for the target S3 bucket.
-
#s3_destination=(s3_destination : ResourceDataSyncS3Destination | Nil)
Configuration information for the target S3 bucket.
-
#sync_created_time : Time | Nil
The date and time the configuration was created (UTC).
-
#sync_created_time=(sync_created_time : Time | Nil)
The date and time the configuration was created (UTC).
-
#sync_last_modified_time : Time | Nil
The date and time the resource data sync was changed.
-
#sync_last_modified_time=(sync_last_modified_time : Time | Nil)
The date and time the resource data sync was changed.
-
#sync_name : String | Nil
The name of the resource data sync.
-
#sync_name=(sync_name : String | Nil)
The name of the resource data sync.
-
#sync_source : ResourceDataSyncSourceWithState | Nil
Information about the source where the data was synchronized.
-
#sync_source=(sync_source : ResourceDataSyncSourceWithState | Nil)
Information about the source where the data was synchronized.
-
#sync_type : String | Nil
The type of resource data sync.
-
#sync_type=(sync_type : String | Nil)
The type of resource data sync.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status reported by the last sync.
The last time the sync operations returned a status of SUCCESSFUL (UTC).
The last time the sync operations returned a status of SUCCESSFUL (UTC).
The status message details reported by the last sync.
The last time the configuration attempted to sync (UTC).
Configuration information for the target S3 bucket.
Configuration information for the target S3 bucket.
The date and time the configuration was created (UTC).
The date and time the resource data sync was changed.
Information about the source where the data was synchronized.
Information about the source where the data was synchronized.
The type of resource data sync. If SyncType is SyncToDestination, then the resource data
sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource
data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.
The type of resource data sync. If SyncType is SyncToDestination, then the resource data
sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource
data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.