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
1986 |
# File 'sig/client.rbs', line 1986
def end_time: () -> ::Time
|
#iam_role ⇒ ::String
1981 |
# File 'sig/client.rbs', line 1981
def iam_role: () -> ::String
|
#next_invocations ⇒ ::Array[::Time]
1984 |
# File 'sig/client.rbs', line 1984
def next_invocations: () -> ::Array[::Time]
|
#schedule ⇒ ::String
1980 |
# File 'sig/client.rbs', line 1980
def schedule: () -> ::String
|
#scheduled_action_description ⇒ ::String
1982 |
# File 'sig/client.rbs', line 1982
def scheduled_action_description: () -> ::String
|
#scheduled_action_name ⇒ ::String
1978 |
# File 'sig/client.rbs', line 1978
def scheduled_action_name: () -> ::String
|
#start_time ⇒ ::Time
1985 |
# File 'sig/client.rbs', line 1985
def start_time: () -> ::Time
|
#state ⇒ "ACTIVE", "DISABLED"
1983 |
# File 'sig/client.rbs', line 1983
def state: () -> ("ACTIVE" | "DISABLED")
|
#target_action ⇒ Types::ScheduledActionType
1979 |
# File 'sig/client.rbs', line 1979
def target_action: () -> Types::ScheduledActionType
|