Class: Aws::Types::JourneySchedule
- Inherits:
-
Object
- Object
- Aws::Types::JourneySchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def start_time @start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def timezone @timezone end |