Class: Aws::Types::CreateScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduleRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
163 164 165 |
# File 'sig/types.rbs', line 163 def cron_expression @cron_expression end |
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
162 163 164 |
# File 'sig/types.rbs', line 162 def job_names @job_names end |
#name ⇒ ::String
Returns the value of attribute name.
165 166 167 |
# File 'sig/types.rbs', line 165 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
164 165 166 |
# File 'sig/types.rbs', line 164 def @tags end |