Class: Aws::Types::BatchUpdateScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#creates ⇒ Types::BatchScheduleActionCreateRequest
Returns the value of attribute creates.
-
#deletes ⇒ Types::BatchScheduleActionDeleteRequest
Returns the value of attribute deletes.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
355 356 357 |
# File 'sig/types.rbs', line 355 def channel_id @channel_id end |
#creates ⇒ Types::BatchScheduleActionCreateRequest
Returns the value of attribute creates.
356 357 358 |
# File 'sig/types.rbs', line 356 def creates @creates end |
#deletes ⇒ Types::BatchScheduleActionDeleteRequest
Returns the value of attribute deletes.
357 358 359 |
# File 'sig/types.rbs', line 357 def deletes @deletes end |