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_countInteger

The number of clusters associated with the schedule.

Returns:

  • (Integer)

    The number of clusters associated with the schedule.

#associated_clustersArray<Types::ClusterAssociatedToSchedule>

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

Returns:

#next_invocationsArray<Time>

Returns:

  • (Array<Time>)

#schedule_definitionsArray<String>

A list of ScheduleDefinitions.

Returns:

  • (Array<String>)

    A list of ScheduleDefinitions.

#schedule_descriptionString

The description of the schedule.

Returns:

  • (String)

    The description of the schedule.

#schedule_identifierString

A unique identifier for the schedule.

Returns:

  • (String)

    A unique identifier for the schedule.

#tagsArray<Types::Tag>

An optional set of tags describing the schedule.

Returns:

  • (Array<Types::Tag>)

    An optional set of tags describing the schedule.