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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#associated_cluster_countInteger

Returns:

  • (Integer)


7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#associated_clustersArray<Types::ClusterAssociatedToSchedule>



7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#next_invocationsArray<Time>

Returns:

  • (Array<Time>)


7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#schedule_definitionsArray<String>

A list of ScheduleDefinitions

Returns:

  • (Array<String>)


7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#schedule_descriptionString

The description of the schedule.

Returns:

  • (String)


7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#schedule_identifierString

A unique identifier for the schedule.

Returns:

  • (String)


7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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

#tagsArray<Types::Tag>

An optional set of tags describing the schedule.

Returns:



7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'lib/aws-sdk-redshift/types.rb', line 7796

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