Class: Aws::AutoScaling::Types::BatchDeleteScheduledActionType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


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_namesArray<String>

The names of the scheduled actions to delete. The maximum number allowed is 50.

Returns:

  • (Array<String>)


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