Class: Aws::Types::ScheduledAction
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
-
#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.
-
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
-
#target_action ⇒ Types::ScheduledActionType
Returns the value of attribute target_action.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def end_time @end_time end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def iam_role @iam_role end |
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def next_invocations @next_invocations end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def start_time @start_time end |
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def state @state end |
#target_action ⇒ Types::ScheduledActionType
Returns the value of attribute target_action.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def target_action @target_action end |