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.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def end_time @end_time end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def iam_role @iam_role end |
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def next_invocations @next_invocations end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def schedule @schedule end |
#scheduled_action_description ⇒ ::String
Returns the value of attribute scheduled_action_description.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def scheduled_action_description @scheduled_action_description end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def start_time @start_time end |
#state ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute state.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def state @state end |
#target_action ⇒ Types::ScheduledActionType
Returns the value of attribute target_action.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def target_action @target_action end |