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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


8716
8717
8718
8719
8720
8721
# File 'lib/aws-sdk-redshift/types.rb', line 8716

class ModifySnapshotScheduleMessage < Struct.new(
  :schedule_identifier,
  :schedule_definitions)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_identifierString

A unique alphanumeric identifier of the schedule to modify.

Returns:

  • (String)


8716
8717
8718
8719
8720
8721
# File 'lib/aws-sdk-redshift/types.rb', line 8716

class ModifySnapshotScheduleMessage < Struct.new(
  :schedule_identifier,
  :schedule_definitions)
  SENSITIVE = []
  include Aws::Structure
end