GetScheduledActionPlainArgs

data class GetScheduledActionPlainArgs(val autoScalingGroupName: String, val scheduledActionName: String) : ConvertibleToJava<GetScheduledActionPlainArgs>

Constructors

Link copied to clipboard
constructor(autoScalingGroupName: String, scheduledActionName: String)

Properties

Link copied to clipboard

The name of the Auto Scaling group.

Link copied to clipboard

Auto-generated unique identifier

Functions

Link copied to clipboard
open override fun toJava(): GetScheduledActionPlainArgs