You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDeleteScheduledActionType as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_scaling_group_name: "ResourceName", # required
  scheduled_action_names: ["ResourceName"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#scheduled_action_namesArray<String>

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

Returns:

  • (Array<String>)

    The names of the scheduled actions to delete.