Class: Aws::Types::DeleteScheduledActionType
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScheduledActionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
398 399 400 |
# File 'sig/types.rbs', line 398 def auto_scaling_group_name @auto_scaling_group_name end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def scheduled_action_name @scheduled_action_name end |