You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScaling::Types::ScheduledUpdateGroupAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a scheduled scaling action.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#desired_capacityInteger

The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.

Returns:

  • (Integer)

    The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.

#end_timeTime

The date and time in UTC for the recurring schedule to end. For example, "2019-06-01T00:00:00Z".

Returns:

  • (Time)

    The date and time in UTC for the recurring schedule to end.

#max_sizeInteger

The maximum size of the Auto Scaling group.

Returns:

  • (Integer)

    The maximum size of the Auto Scaling group.

#min_sizeInteger

The minimum size of the Auto Scaling group.

Returns:

  • (Integer)

    The minimum size of the Auto Scaling group.

#recurrenceString

The recurring schedule for the action, in Unix cron syntax format.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

Returns:

  • (String)

    The recurring schedule for the action, in Unix cron syntax format.

#scheduled_action_arnString

The Amazon Resource Name (ARN) of the scheduled action.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the scheduled action.

#scheduled_action_nameString

The name of the scheduled action.

Returns:

  • (String)

    The name of the scheduled action.

#start_timeTime

The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z".

Returns:

  • (Time)

    The date and time in UTC for this action to start.

#timeTime

This parameter is no longer used.

Returns:

  • (Time)

    This parameter is no longer used.