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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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)


757
758
759
760
761
762
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 757

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.



757
758
759
760
761
762
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 757

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