Class: Aws::AutoScaling::Types::DeleteScheduledActionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeleteScheduledActionType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#scheduled_action_name ⇒ String
The name of the action to delete.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1739 1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1739 class DeleteScheduledActionType < Struct.new( :auto_scaling_group_name, :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |
#scheduled_action_name ⇒ String
The name of the action to delete.
1739 1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1739 class DeleteScheduledActionType < Struct.new( :auto_scaling_group_name, :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |