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)


2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2080

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)


2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2080

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