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

Class: Aws::Redshift::Types::ModifySnapshotScheduleMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_definitionsArray<String>

An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, \"cron(30 12 *)\" or \"rate(12 hours)\".

Returns:

  • (Array<String>)

    An updated list of schedule definitions.

#schedule_identifierString

A unique alphanumeric identifier of the schedule to modify.

Returns:

  • (String)

    A unique alphanumeric identifier of the schedule to modify.