A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Redshift/Types/ModifyScheduledActionMessage.html below:

ModifyScheduledActionMessage — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::ModifyScheduledActionMessage
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing ModifyScheduledActionMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  scheduled_action_name: "String",   target_action: {
    resize_cluster: {
      cluster_identifier: "String",       cluster_type: "String",
      node_type: "String",
      number_of_nodes: 1,
      classic: false,
    },
    pause_cluster: {
      cluster_identifier: "String",     },
    resume_cluster: {
      cluster_identifier: "String",     },
  },
  schedule: "String",
  iam_role: "String",
  scheduled_action_description: "String",
  start_time: Time.now,
  end_time: Time.now,
  enable: false,
}
Instance Attribute Summary collapse Instance Attribute Details #enable ⇒ Boolean

A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.

#end_time ⇒ Time

A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.

#iam_role ⇒ String

A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.

#schedule ⇒ String

A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.

#scheduled_action_description ⇒ String

A modified description of the scheduled action.

#scheduled_action_name ⇒ String

The name of the scheduled action to modify.

#start_time ⇒ Time

A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4