class Amazonite::SsmV1::UpdateResourceDataSyncRequest

Included Modules

Defined in:

ssm_v1/update_resource_data_sync_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sync_name : String, sync_type : String, sync_source : ResourceDataSyncSource) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def sync_name : String #

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

[View source]
def sync_source : ResourceDataSyncSource #

[View source]
def sync_source=(sync_source : ResourceDataSyncSource) #

[View source]
def sync_type : String #

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

[View source]