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

Returns:

  • (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_invocationsInteger

Returns:

  • (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_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)”.

Returns:

  • (Array<String>)


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_descriptionString

The description of the snapshot schedule.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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

#tagsArray<Types::Tag>

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

Returns:



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