Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionType

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)


752
753
754
755
756
757
# File 'lib/aws-sdk-autoscaling/types.rb', line 752

class BatchPutScheduledUpdateGroupActionType < Struct.new(
  :auto_scaling_group_name,
  :scheduled_update_group_actions)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_update_group_actionsArray<Types::ScheduledUpdateGroupActionRequest>

One or more scheduled actions. The maximum number allowed is 50.



752
753
754
755
756
757
# File 'lib/aws-sdk-autoscaling/types.rb', line 752

class BatchPutScheduledUpdateGroupActionType < Struct.new(
  :auto_scaling_group_name,
  :scheduled_update_group_actions)
  SENSITIVE = []
  include Aws::Structure
end