class Amazonite::SsmV1::ResourceDataSyncItem
- Amazonite::SsmV1::ResourceDataSyncItem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/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)
Instance Method Summary
- #last_status : LastResourceDataSyncStatus | Nil
- #last_status=(last_status : LastResourceDataSyncStatus | Nil)
- #last_successful_sync_time : Time | Nil
- #last_successful_sync_time=(last_successful_sync_time : Time | Nil)
- #last_sync_status_message : String | Nil
- #last_sync_status_message=(last_sync_status_message : String | Nil)
- #last_sync_time : Time | Nil
- #last_sync_time=(last_sync_time : Time | Nil)
- #s3_destination : ResourceDataSyncS3Destination | Nil
- #s3_destination=(s3_destination : ResourceDataSyncS3Destination | Nil)
- #sync_created_time : Time | Nil
- #sync_created_time=(sync_created_time : Time | Nil)
- #sync_last_modified_time : Time | Nil
- #sync_last_modified_time=(sync_last_modified_time : Time | Nil)
- #sync_name : String | Nil
- #sync_name=(sync_name : String | Nil)
- #sync_source : ResourceDataSyncSourceWithState | Nil
- #sync_source=(sync_source : ResourceDataSyncSourceWithState | Nil)
- #sync_type : String | Nil
- #sync_type=(sync_type : String | Nil)
Constructor Detail
def self.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)
#