class Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType

@note When making an API call, you may pass BatchPutScheduledUpdateGroupActionType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      scheduled_update_group_actions: [ # required
        {
          scheduled_action_name: "XmlStringMaxLen255", # required
          start_time: Time.now,
          end_time: Time.now,
          recurrence: "XmlStringMaxLen255",
          min_size: 1,
          max_size: 1,
          desired_capacity: 1,
          time_zone: "XmlStringMaxLen255",
        },
      ],
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] scheduled_update_group_actions

One or more scheduled actions. The maximum number allowed is 50.
@return [Array<Types::ScheduledUpdateGroupActionRequest>]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchPutScheduledUpdateGroupActionType AWS API Documentation

Constants

SENSITIVE