class
Amazonite::Ssm::UpdateResourceDataSyncRequest
- Amazonite::Ssm::UpdateResourceDataSyncRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_resource_data_sync_request.crConstructors
- .new(sync_name : String, sync_type : String, sync_source : ResourceDataSyncSource)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#sync_name : String
The name of the resource data sync you want to update.
-
#sync_name=(sync_name : String)
The name of the resource data sync you want to update.
-
#sync_source : ResourceDataSyncSource
Specify information about the data sources to synchronize.
-
#sync_source=(sync_source : ResourceDataSyncSource)
Specify information about the data sources to synchronize.
-
#sync_type : String
The type of resource data sync.
-
#sync_type=(sync_type : String)
The type of resource data sync.
- #validate! : Nil
Constructor Detail
def self.new(sync_name : String, sync_type : String, sync_source : ResourceDataSyncSource)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def sync_source : ResourceDataSyncSource
#
Specify information about the data sources to synchronize.
def sync_source=(sync_source : ResourceDataSyncSource)
#
Specify information about the data sources to synchronize.
def sync_type=(sync_type : String)
#
The type of resource data sync. The supported SyncType is SyncFromSource.