Module: Aws::Redshift::Client::_ModifyScheduledActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ScheduledAction]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #iam_role ⇒ ::String
- #next_invocations ⇒ ::Array[::Time]
- #schedule ⇒ ::String
- #scheduled_action_description ⇒ ::String
- #scheduled_action_name ⇒ ::String
- #start_time ⇒ ::Time
- #state ⇒ "ACTIVE", "DISABLED"
- #target_action ⇒ Types::ScheduledActionType
Instance Method Details
#end_time ⇒ ::Time
1993 |
# File 'sig/client.rbs', line 1993 def end_time: () -> ::Time |
#iam_role ⇒ ::String
1988 |
# File 'sig/client.rbs', line 1988 def iam_role: () -> ::String |
#next_invocations ⇒ ::Array[::Time]
1991 |
# File 'sig/client.rbs', line 1991 def next_invocations: () -> ::Array[::Time] |
#schedule ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987 def schedule: () -> ::String |
#scheduled_action_description ⇒ ::String
1989 |
# File 'sig/client.rbs', line 1989 def scheduled_action_description: () -> ::String |
#scheduled_action_name ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985 def scheduled_action_name: () -> ::String |
#start_time ⇒ ::Time
1992 |
# File 'sig/client.rbs', line 1992 def start_time: () -> ::Time |
#state ⇒ "ACTIVE", "DISABLED"
1990 |
# File 'sig/client.rbs', line 1990 def state: () -> ("ACTIVE" | "DISABLED") |
#target_action ⇒ Types::ScheduledActionType
1986 |
# File 'sig/client.rbs', line 1986 def target_action: () -> Types::ScheduledActionType |