Class: Aws::AutoScaling::Types::DeleteScheduledActionType

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)


1744
1745
1746
1747
1748
1749
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1744

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

#scheduled_action_nameString

The name of the action to delete.

Returns:

  • (String)


1744
1745
1746
1747
1748
1749
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1744

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