ScheduleGroup

@JsonSerializable
data class ScheduleGroup(@Json(name = "Arn") val arn: ARN, @Json(name = "Name") val name: ScheduleGroupName, @Json(name = "CreationDate") val creationDate: Timestamp?, @Json(name = "LastModifiedDate") val lastModifiedDate: Timestamp?, @Json(name = "State") val state: ScheduleGroupState?)(source)

Constructors

Link copied to clipboard
constructor(@Json(name = "Arn") arn: ARN, @Json(name = "Name") name: ScheduleGroupName, @Json(name = "CreationDate") creationDate: Timestamp?, @Json(name = "LastModifiedDate") lastModifiedDate: Timestamp?, @Json(name = "State") state: ScheduleGroupState?)

Properties

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