Class: Aws::Types::CreateScheduledActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduledActionRequest
- 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.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#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.
112 113 114 |
# File 'sig/types.rbs', line 112 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
113 114 115 |
# File 'sig/types.rbs', line 113 def end_time @end_time end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
114 115 116 |
# File 'sig/types.rbs', line 114 def namespace_name @namespace_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def role_arn @role_arn end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
116 117 118 |
# File 'sig/types.rbs', line 116 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
117 118 119 |
# File 'sig/types.rbs', line 117 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
118 119 120 |
# File 'sig/types.rbs', line 118 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
119 120 121 |
# File 'sig/types.rbs', line 119 def start_time @start_time end |
#target_action ⇒ Types::TargetAction
Returns the value of attribute target_action.
120 121 122 |
# File 'sig/types.rbs', line 120 def target_action @target_action end |