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

Class: Aws::Redshift::Types::ClusterDbRevision

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

Overview

Describes a ClusterDbRevision.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier ⇒ String

The unique identifier of the cluster.

Returns:

  • (String) —

    The unique identifier of the cluster.

#current_database_revision ⇒ String

A string representing the current cluster version.

Returns:

  • (String) —

    A string representing the current cluster version.

#database_revision_release_date ⇒ Time

The date on which the database revision was released.

Returns:

  • (Time) —

    The date on which the database revision was released.

#revision_targets ⇒ Array<Types::RevisionTarget>

A list of RevisionTarget objects, where each object describes the database revision that a cluster can be updated to.

Returns:

  • (Array<Types::RevisionTarget>) —

    A list of RevisionTarget objects, where each object describes the database revision that a cluster can be updated to.