Class: Aws::Types::ScheduledWindowExecution
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledWindowExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_time ⇒ ::String
Returns the value of attribute execution_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#execution_time ⇒ ::String
Returns the value of attribute execution_time.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def execution_time @execution_time end |
#name ⇒ ::String
Returns the value of attribute name.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def name @name end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4031 4032 4033 |
# File 'sig/types.rbs', line 4031 def window_id @window_id end |