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_identifierString

The unique identifier of the cluster.

Returns:

  • (String)

    The unique identifier of the cluster.

#current_database_revisionString

A string representing the current cluster version.

Returns:

  • (String)

    A string representing the current cluster version.

#database_revision_release_dateTime

The date on which the database revision was released.

Returns:

  • (Time)

    The date on which the database revision was released.

#revision_targetsArray<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.