Class: Aws::Types::UpdateScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
-
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def cron_expression @cron_expression end |
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def job_names @job_names end |
#name ⇒ ::String
Returns the value of attribute name.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def name @name end |