Class: Aws::Redshift::Types::RevisionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RevisionTarget
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a RevisionTarget
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_revision ⇒ String
A unique string that identifies the version to update the cluster to.
-
#database_revision_release_date ⇒ Time
The date on which the database revision was released.
-
#description ⇒ String
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
Instance Attribute Details
#database_revision ⇒ String
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
10939 10940 10941 10942 10943 10944 10945 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10939 class RevisionTarget < Struct.new( :database_revision, :description, :database_revision_release_date) SENSITIVE = [] include Aws::Structure end |
#database_revision_release_date ⇒ Time
The date on which the database revision was released.
10939 10940 10941 10942 10943 10944 10945 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10939 class RevisionTarget < Struct.new( :database_revision, :description, :database_revision_release_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
10939 10940 10941 10942 10943 10944 10945 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10939 class RevisionTarget < Struct.new( :database_revision, :description, :database_revision_release_date) SENSITIVE = [] include Aws::Structure end |