Class: Aws::Types::UpdateCampaignScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
871 872 873 |
# File 'sig/types.rbs', line 871 def id @id end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
872 873 874 |
# File 'sig/types.rbs', line 872 def schedule @schedule end |