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.
878 879 880 |
# File 'sig/types.rbs', line 878 def at @at end |
#cron ⇒ ::String
Returns the value of attribute cron.
879 880 881 |
# File 'sig/types.rbs', line 879 def cron @cron end |
#unknown ⇒ Object
Returns the value of attribute unknown.
880 881 882 |
# File 'sig/types.rbs', line 880 def unknown @unknown end |