Class: Aws::Redshift::Types::ModifySnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifySnapshotScheduleMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_definitions ⇒ Array<String>
An updated list of schedule definitions.
-
#schedule_identifier ⇒ String
A unique alphanumeric identifier of the schedule to modify.
Instance Attribute Details
#schedule_definitions ⇒ Array<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)”.
8992 8993 8994 8995 8996 8997 |
# File 'lib/aws-sdk-redshift/types.rb', line 8992 class ModifySnapshotScheduleMessage < Struct.new( :schedule_identifier, :schedule_definitions) SENSITIVE = [] include Aws::Structure end |
#schedule_identifier ⇒ String
A unique alphanumeric identifier of the schedule to modify.
8992 8993 8994 8995 8996 8997 |
# File 'lib/aws-sdk-redshift/types.rb', line 8992 class ModifySnapshotScheduleMessage < Struct.new( :schedule_identifier, :schedule_definitions) SENSITIVE = [] include Aws::Structure end |