Class: Aws::Types::UpdateScheduledActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_type ⇒ "SERVICE_SOFTWARE_UPDATE", ...
Returns the value of attribute action_type.
-
#desired_start_time ⇒ ::Integer
Returns the value of attribute desired_start_time.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#schedule_at ⇒ "NOW", ...
Returns the value of attribute schedule_at.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def action_id @action_id end |
#action_type ⇒ "SERVICE_SOFTWARE_UPDATE", ...
Returns the value of attribute action_type.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def action_type @action_type end |
#desired_start_time ⇒ ::Integer
Returns the value of attribute desired_start_time.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def desired_start_time @desired_start_time end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def domain_name @domain_name end |
#schedule_at ⇒ "NOW", ...
Returns the value of attribute schedule_at.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def schedule_at @schedule_at end |