GetScheduleGroupResult

data class GetScheduleGroupResult(val arn: String? = null, val creationDate: String? = null, val lastModificationDate: String? = null, val state: ScheduleGroupState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationDate: String? = null, lastModificationDate: String? = null, state: ScheduleGroupState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the schedule group.

Link copied to clipboard
val creationDate: String? = null

The time at which the schedule group was created.

Link copied to clipboard

The time at which the schedule group was last modified.

Link copied to clipboard

Specifies the state of the schedule group. Allowed Values : ACTIVE | DELETING

Link copied to clipboard
val tags: List<Tag>? = null

The list of tags to associate with the schedule group.