ResourcePolicyResourceStatusInstanceSchedulePolicyStatusResponse

data class ResourcePolicyResourceStatusInstanceSchedulePolicyStatusResponse(val lastRunStartTime: String, val nextRunStartTime: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last time the schedule successfully ran. The timestamp is an RFC3339 string.

Link copied to clipboard

The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.