You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType
- Defined in:
- (unknown)
Overview
Note:
When passing BatchPutScheduledUpdateGroupActionType as input to an Aws::Client method, you can use a vanilla Hash:
{
auto_scaling_group_name: "ResourceName", # 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,
},
],
}
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#scheduled_update_group_actions ⇒ Array<Types::ScheduledUpdateGroupActionRequest>
One or more scheduled actions.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
#scheduled_update_group_actions ⇒ Array<Types::ScheduledUpdateGroupActionRequest>
One or more scheduled actions. The maximum number allowed is 50.