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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns:

  • (Boolean)


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

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

#next_invocationsInteger

Returns:

  • (Integer)


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

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>)


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

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)


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

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)


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

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:



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

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