Module: Aws::Redshift::Client::_CreateScheduledActionResponseSuccess
- 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
562 |
# File 'sig/client.rbs', line 562
def end_time: () -> ::Time
|
#iam_role ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def iam_role: () -> ::String
|
#next_invocations ⇒ ::Array[::Time]
560 |
# File 'sig/client.rbs', line 560
def next_invocations: () -> ::Array[::Time]
|
#schedule ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def schedule: () -> ::String
|
#scheduled_action_description ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def scheduled_action_description: () -> ::String
|
#scheduled_action_name ⇒ ::String
554 |
# File 'sig/client.rbs', line 554
def scheduled_action_name: () -> ::String
|
#start_time ⇒ ::Time
561 |
# File 'sig/client.rbs', line 561
def start_time: () -> ::Time
|
#state ⇒ "ACTIVE", "DISABLED"
559 |
# File 'sig/client.rbs', line 559
def state: () -> ("ACTIVE" | "DISABLED")
|
#target_action ⇒ Types::ScheduledActionType
555 |
# File 'sig/client.rbs', line 555
def target_action: () -> Types::ScheduledActionType
|