Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
877 878 879 880 881 882 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 877 class BatchPutScheduledUpdateGroupActionType < Struct.new( :auto_scaling_group_name, :scheduled_update_group_actions) SENSITIVE = [] include Aws::Structure end |
#scheduled_update_group_actions ⇒ Array<Types::ScheduledUpdateGroupActionRequest>
One or more scheduled actions. The maximum number allowed is 50.
877 878 879 880 881 882 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 877 class BatchPutScheduledUpdateGroupActionType < Struct.new( :auto_scaling_group_name, :scheduled_update_group_actions) SENSITIVE = [] include Aws::Structure end |