Class: Aws::Types::UpdateScheduledActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def end_time @end_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def role_arn @role_arn end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def start_time @start_time end |
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def target_action @target_action end |