Class: Aws::Redshift::Types::CreateSnapshotScheduleMessage

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

#dry_runBoolean



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end

#next_invocationsInteger



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_definitionsArray<String>

The definition of the snapshot schedule. The definition is made up of schedule expressions, for example “cron(30 12 *)” or “rate(12 hours)”.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_descriptionString

The description of the snapshot schedule.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_identifierString

A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An optional set of tags you can use to search for the schedule.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-redshift/types.rb', line 3107

class CreateSnapshotScheduleMessage < Struct.new(
  :schedule_definitions,
  :schedule_identifier,
  :schedule_description,
  :tags,
  :dry_run,
  :next_invocations)
  SENSITIVE = []
  include Aws::Structure
end