class Aws::Redshift::Types::ModifySnapshotScheduleMessage

@note When making an API call, you may pass ModifySnapshotScheduleMessage

data as a hash:

    {
      schedule_identifier: "String", # required
      schedule_definitions: ["String"], # required
    }

@!attribute [rw] schedule_identifier

A unique alphanumeric identifier of the schedule to modify.
@return [String]

@!attribute [rw] schedule_definitions

An updated list of schedule definitions. A schedule definition is
made up of schedule expressions, for example, "cron(30 12 *)" or
"rate(12 hours)".
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotScheduleMessage AWS API Documentation

Constants

SENSITIVE