Class: Aws::Types::ModifyScheduledActionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyScheduledActionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
Returns the value of attribute enable.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#schedule ⇒ ::String
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::ScheduledActionType
Returns the value of attribute target_action.
Instance Attribute Details
#enable ⇒ Boolean
Returns the value of attribute enable.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def enable @enable end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def end_time @end_time end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def iam_role @iam_role end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def start_time @start_time end |
#target_action ⇒ Types::ScheduledActionType
Returns the value of attribute target_action.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def target_action @target_action end |