GetSyncJobResult

data class GetSyncJobResult(val arn: String? = null, val creationDateTime: String? = null, val state: String? = null, val updateDateTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationDateTime: String? = null, state: String? = null, updateDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the SyncJob.

Link copied to clipboard

The date and time when the sync job was created.

Link copied to clipboard
val state: String? = null

The state of SyncJob.

Link copied to clipboard
val updateDateTime: String? = null

The date and time when the sync job was updated.