ScheduleSummary

@JsonSerializable
data class ScheduleSummary(@Json(name = "Arn") val arn: ARN, @Json(name = "Name") val name: ScheduleName, @Json(name = "CreationDate") val creationDate: Timestamp, @Json(name = "LastModifiedDate") val lastModifiedDate: Timestamp?, @Json(name = "Target") val target: TargetSummary?, @Json(name = "State") val state: ScheduleState? = null)(source)

Constructors

Link copied to clipboard
constructor(@Json(name = "Arn") arn: ARN, @Json(name = "Name") name: ScheduleName, @Json(name = "CreationDate") creationDate: Timestamp, @Json(name = "LastModifiedDate") lastModifiedDate: Timestamp?, @Json(name = "Target") target: TargetSummary?, @Json(name = "State") state: ScheduleState? = null)

Properties

Link copied to clipboard
val arn: ARN
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard