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

Class: Aws::Redshift::Types::RevisionTarget

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

Overview

Describes a RevisionTarget.

Instance Attribute Summary collapse

Instance Attribute Details

#database_revisionString

A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

Returns:

  • (String)

    A unique string that identifies the version to update the cluster to.

#database_revision_release_dateTime

The date on which the database revision was released.

Returns:

  • (Time)

    The date on which the database revision was released.

#descriptionString

A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

Returns:

  • (String)

    A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.