Class: Aws::Redshift::Types::SnapshotSchedule

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

Overview

Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_cluster_countInteger

The number of clusters associated with the schedule.

Returns:

  • (Integer)


11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#associated_clustersArray<Types::ClusterAssociatedToSchedule>

A list of clusters associated with the schedule. A maximum of 100 clusters is returned.



11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#next_invocationsArray<Time>

Returns:

  • (Array<Time>)


11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#schedule_definitionsArray<String>

A list of ScheduleDefinitions.

Returns:

  • (Array<String>)


11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#schedule_descriptionString

The description of the schedule.

Returns:

  • (String)


11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#schedule_identifierString

A unique identifier for the schedule.

Returns:

  • (String)


11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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

#tagsArray<Types::Tag>

An optional set of tags describing the schedule.

Returns:



11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11517

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