Class: Aws::Redshift::Types::CreateSnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateSnapshotScheduleMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #dry_run ⇒ Boolean
- #next_invocations ⇒ Integer
-
#schedule_definitions ⇒ Array<String>
The definition of the snapshot schedule.
-
#schedule_description ⇒ String
The description of the snapshot schedule.
-
#schedule_identifier ⇒ String
A unique identifier for a snapshot schedule.
-
#tags ⇒ Array<Types::Tag>
An optional set of tags you can use to search for the schedule.
Instance Attribute Details
#dry_run ⇒ Boolean
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |
#next_invocations ⇒ Integer
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |
#schedule_definitions ⇒ Array<String>
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example “cron(30 12 *)” or “rate(12 hours)”.
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |
#schedule_description ⇒ String
The description of the snapshot schedule.
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |
#schedule_identifier ⇒ String
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An optional set of tags you can use to search for the schedule.
3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-redshift/types.rb', line 3163 class CreateSnapshotScheduleMessage < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :dry_run, :next_invocations) SENSITIVE = [] include Aws::Structure end |