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
580 |
# File 'sig/client.rbs', line 580
def end_time: () -> ::Time
|
#iam_role ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def iam_role: () -> ::String
|
#next_invocations ⇒ ::Array[::Time]
578 |
# File 'sig/client.rbs', line 578
def next_invocations: () -> ::Array[::Time]
|
#schedule ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def schedule: () -> ::String
|
#scheduled_action_description ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def scheduled_action_description: () -> ::String
|
#scheduled_action_name ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def scheduled_action_name: () -> ::String
|
#start_time ⇒ ::Time
579 |
# File 'sig/client.rbs', line 579
def start_time: () -> ::Time
|
#state ⇒ "ACTIVE", "DISABLED"
577 |
# File 'sig/client.rbs', line 577
def state: () -> ("ACTIVE" | "DISABLED")
|
#target_action ⇒ Types::ScheduledActionType
573 |
# File 'sig/client.rbs', line 573
def target_action: () -> Types::ScheduledActionType
|