Class: Aws::Types::ScheduleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
446 447 448 |
# File 'sig/types.rbs', line 446 def duration_in_seconds @duration_in_seconds end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
445 446 447 |
# File 'sig/types.rbs', line 445 def schedule_expression @schedule_expression end |