Class: Aws::AutoScaling::Types::BatchDeleteScheduledActionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchDeleteScheduledActionType
- 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_action_names ⇒ Array<String>
The names of the scheduled actions to delete.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 727 class BatchDeleteScheduledActionType < Struct.new( :auto_scaling_group_name, :scheduled_action_names) SENSITIVE = [] include Aws::Structure end |
#scheduled_action_names ⇒ Array<String>
The names of the scheduled actions to delete. The maximum number allowed is 50.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 727 class BatchDeleteScheduledActionType < Struct.new( :auto_scaling_group_name, :scheduled_action_names) SENSITIVE = [] include Aws::Structure end |