Class: Aws::Redshift::Types::SnapshotSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::SnapshotSchedule
- 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
-
#associated_cluster_count ⇒ Integer
The number of clusters associated with the schedule.
-
#associated_clusters ⇒ Array<Types::ClusterAssociatedToSchedule>
A list of clusters associated with the schedule.
-
#next_invocations ⇒ Array<Time>
-
#schedule_definitions ⇒ Array<String>
A list of ScheduleDefinitions.
-
#schedule_description ⇒ String
The description of the schedule.
-
#schedule_identifier ⇒ String
A unique identifier for the schedule.
-
#tags ⇒ Array<Types::Tag>
An optional set of tags describing the schedule.
Instance Attribute Details
#associated_cluster_count ⇒ Integer
The number of clusters associated with the schedule.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#associated_clusters ⇒ Array<Types::ClusterAssociatedToSchedule>
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#next_invocations ⇒ Array<Time>
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#schedule_definitions ⇒ Array<String>
A list of ScheduleDefinitions.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#schedule_description ⇒ String
The description of the schedule.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#schedule_identifier ⇒ String
A unique identifier for the schedule.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An optional set of tags describing the schedule.
11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11826 class SnapshotSchedule < Struct.new( :schedule_definitions, :schedule_identifier, :schedule_description, :tags, :next_invocations, :associated_cluster_count, :associated_clusters) SENSITIVE = [] include Aws::Structure end |