Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#at ⇒ ::Time
Returns the value of attribute at.
-
#cron ⇒ ::String
Returns the value of attribute cron.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#at ⇒ ::Time
Returns the value of attribute at.
868 869 870 |
# File 'sig/types.rbs', line 868 def at @at end |
#cron ⇒ ::String
Returns the value of attribute cron.
869 870 871 |
# File 'sig/types.rbs', line 869 def cron @cron end |
#unknown ⇒ Object
Returns the value of attribute unknown.
870 871 872 |
# File 'sig/types.rbs', line 870 def unknown @unknown end |