Class: Aws::Redshift::Types::ModifySnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifySnapshotScheduleMessage
- Defined in:
- gems/aws-sdk-redshift/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)".
9028 9029 9030 9031 9032 9033 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9028 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.
9028 9029 9030 9031 9032 9033 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9028 class ModifySnapshotScheduleMessage < Struct.new( :schedule_identifier, :schedule_definitions) SENSITIVE = [] include Aws::Structure end |