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
- Struct
- Aws::AutoScaling::Types::ScheduledUpdateGroupAction
- Defined in:
- (unknown)
Overview
Describes a scheduled scaling action.
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#desired_capacity ⇒ 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_time ⇒ Time
The date and time in UTC for the recurring schedule to end.
-
#max_size ⇒ Integer
The maximum size of the Auto Scaling group.
-
#min_size ⇒ Integer
The minimum size of the Auto Scaling group.
-
#recurrence ⇒ String
The recurring schedule for the action, in Unix cron syntax format.
-
#scheduled_action_arn ⇒ String
The Amazon Resource Name (ARN) of the scheduled action.
-
#scheduled_action_name ⇒ String
The name of the scheduled action.
-
#start_time ⇒ Time
The date and time in UTC for this action to start.
-
#time ⇒ Time
This parameter is no longer used.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
#desired_capacity ⇒ 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_time ⇒ Time
The date and time in UTC for the recurring schedule to end. For example,
"2019-06-01T00:00:00Z".
#max_size ⇒ Integer
The maximum size of the Auto Scaling group.
#min_size ⇒ Integer
The minimum size of the Auto Scaling group.
#recurrence ⇒ String
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.
#scheduled_action_arn ⇒ String
The Amazon Resource Name (ARN) of the scheduled action.
#scheduled_action_name ⇒ String
The name of the scheduled action.
#start_time ⇒ Time
The date and time in UTC for this action to start. For example,
"2019-06-01T00:00:00Z".
#time ⇒ Time
This parameter is no longer used.