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.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def end_time @end_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def role_arn @role_arn end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def start_time @start_time end |
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def target_action @target_action end |