class Amazonite::SsmV1::CreateResourceDataSyncRequest
- Amazonite::SsmV1::CreateResourceDataSyncRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/create_resource_data_sync_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(sync_name : String, s3_destination : ResourceDataSyncS3Destination | Nil = nil, sync_type : String | Nil = nil, sync_source : ResourceDataSyncSource | Nil = nil)
Instance Method Summary
- #s3_destination : ResourceDataSyncS3Destination | Nil
- #s3_destination=(s3_destination : ResourceDataSyncS3Destination | Nil)
- #sync_name : String
- #sync_name=(sync_name : String)
- #sync_source : ResourceDataSyncSource | Nil
- #sync_source=(sync_source : ResourceDataSyncSource | Nil)
- #sync_type : String | Nil
- #sync_type=(sync_type : String | Nil)
Constructor Detail
def self.new(sync_name : String, s3_destination : ResourceDataSyncS3Destination | Nil = nil, sync_type : String | Nil = nil, sync_source : ResourceDataSyncSource | Nil = nil)
#