Class: Aws::Types::BatchDeleteScheduledActionType
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteScheduledActionType
- 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_names ⇒ ::Array[::String]
Returns the value of attribute scheduled_action_names.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def auto_scaling_group_name @auto_scaling_group_name end |
#scheduled_action_names ⇒ ::Array[::String]
Returns the value of attribute scheduled_action_names.
222 223 224 |
# File 'sig/types.rbs', line 222 def scheduled_action_names @scheduled_action_names end |