Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes a RevisionTarget.

Constant Summary collapse

SENSITIVE =
[]

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)

11071
11072
11073
11074
11075
11076
11077
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11071

class RevisionTarget < Struct.new(
  :database_revision,
  :description,
  :database_revision_release_date)
  SENSITIVE = []
  include Aws::Structure
end

#database_revision_release_dateTime

The date on which the database revision was released.

Returns:

  • (Time)

11071
11072
11073
11074
11075
11076
11077
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11071

class RevisionTarget < Struct.new(
  :database_revision,
  :description,
  :database_revision_release_date)
  SENSITIVE = []
  include Aws::Structure
end

#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)

11071
11072
11073
11074
11075
11076
11077
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11071

class RevisionTarget < Struct.new(
  :database_revision,
  :description,
  :database_revision_release_date)
  SENSITIVE = []
  include Aws::Structure
end