Class: Aws::Types::BatchPutScheduledUpdateGroupActionType
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutScheduledUpdateGroupActionType
- 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_update_group_actions ⇒ ::Array[Types::ScheduledUpdateGroupActionRequest]
Returns the value of attribute scheduled_update_group_actions.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
232 233 234 |
# File 'sig/types.rbs', line 232 def auto_scaling_group_name @auto_scaling_group_name end |
#scheduled_update_group_actions ⇒ ::Array[Types::ScheduledUpdateGroupActionRequest]
Returns the value of attribute scheduled_update_group_actions.
233 234 235 |
# File 'sig/types.rbs', line 233 def scheduled_update_group_actions @scheduled_update_group_actions end |