You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#associated_cluster_count ⇒ Integer

The number of clusters associated with the schedule.

Returns:

  • (Integer) —

    The number of clusters associated with the schedule.

#associated_clusters ⇒ Array<Types::ClusterAssociatedToSchedule>

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

Returns:

#next_invocations ⇒ Array<Time>

Returns:

  • (Array<Time>)

#schedule_definitions ⇒ Array<String>

A list of ScheduleDefinitions.

Returns:

  • (Array<String>) —

    A list of ScheduleDefinitions.

#schedule_description ⇒ String

The description of the schedule.

Returns:

  • (String) —

    The description of the schedule.

#schedule_identifier ⇒ String

A unique identifier for the schedule.

Returns:

  • (String) —

    A unique identifier for the schedule.

#tags ⇒ Array<Types::Tag>

An optional set of tags describing the schedule.

Returns:

  • (Array<Types::Tag>) —

    An optional set of tags describing the schedule.