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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_cluster_countInteger

The number of clusters associated with the schedule.

Returns:

  • (Integer)


11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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.



11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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


11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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


11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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)


11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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)


11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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:



11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
# File 'lib/aws-sdk-redshift/types.rb', line 11955

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