class Amazonite::SsmV1::ResourceDataSyncItem

Included Modules

Defined in:

ssm_v1/resource_data_sync_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]

Instance Method Detail

def last_status : LastResourceDataSyncStatus | Nil #

[View source]
def last_status=(last_status : LastResourceDataSyncStatus | Nil) #

[View source]
def last_successful_sync_time : Time | Nil #

[View source]
def last_successful_sync_time=(last_successful_sync_time : Time | Nil) #

[View source]
def last_sync_status_message : String | Nil #

[View source]
def last_sync_status_message=(last_sync_status_message : String | Nil) #

[View source]
def last_sync_time : Time | Nil #

[View source]
def last_sync_time=(last_sync_time : Time | Nil) #

[View source]
def s3_destination : ResourceDataSyncS3Destination | Nil #

[View source]
def s3_destination=(s3_destination : ResourceDataSyncS3Destination | Nil) #

[View source]
def sync_created_time : Time | Nil #

[View source]
def sync_created_time=(sync_created_time : Time | Nil) #

[View source]
def sync_last_modified_time : Time | Nil #

[View source]
def sync_last_modified_time=(sync_last_modified_time : Time | Nil) #

[View source]
def sync_name : String | Nil #

[View source]
def sync_name=(sync_name : String | Nil) #

[View source]
def sync_source : ResourceDataSyncSourceWithState | Nil #

[View source]
def sync_source=(sync_source : ResourceDataSyncSourceWithState | Nil) #

[View source]
def sync_type : String | Nil #

[View source]
def sync_type=(sync_type : String | Nil) #

[View source]