Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def duration @duration end |
#expression ⇒ ::String
Returns the value of attribute expression.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def expression @expression end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def timezone @timezone end |