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
1938 |
# File 'sig/client.rbs', line 1938
def end_time: () -> ::Time
|
#iam_role ⇒ ::String
1933 |
# File 'sig/client.rbs', line 1933
def iam_role: () -> ::String
|
#next_invocations ⇒ ::Array[::Time]
1936 |
# File 'sig/client.rbs', line 1936
def next_invocations: () -> ::Array[::Time]
|
#schedule ⇒ ::String
1932 |
# File 'sig/client.rbs', line 1932
def schedule: () -> ::String
|
#scheduled_action_description ⇒ ::String
1934 |
# File 'sig/client.rbs', line 1934
def scheduled_action_description: () -> ::String
|
#scheduled_action_name ⇒ ::String
1930 |
# File 'sig/client.rbs', line 1930
def scheduled_action_name: () -> ::String
|
#start_time ⇒ ::Time
1937 |
# File 'sig/client.rbs', line 1937
def start_time: () -> ::Time
|
#state ⇒ "ACTIVE", "DISABLED"
1935 |
# File 'sig/client.rbs', line 1935
def state: () -> ("ACTIVE" | "DISABLED")
|
#target_action ⇒ Types::ScheduledActionType
1931 |
# File 'sig/client.rbs', line 1931
def target_action: () -> Types::ScheduledActionType
|