Class: Aws::Types::StartTimerDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::StartTimerDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#start_to_fire_timeout ⇒ ::String
Returns the value of attribute start_to_fire_timeout.
-
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
Instance Attribute Details
#control ⇒ ::String
Returns the value of attribute control.
927 928 929 |
# File 'sig/types.rbs', line 927 def control @control end |
#start_to_fire_timeout ⇒ ::String
Returns the value of attribute start_to_fire_timeout.
928 929 930 |
# File 'sig/types.rbs', line 928 def start_to_fire_timeout @start_to_fire_timeout end |
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
926 927 928 |
# File 'sig/types.rbs', line 926 def timer_id @timer_id end |