Class: Aws::Redshift::Types::RevisionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RevisionTarget
- Includes:
- Structure
- Defined in:
- 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.
10953 10954 10955 10956 10957 10958 10959 |
# File 'lib/aws-sdk-redshift/types.rb', line 10953 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.
10953 10954 10955 10956 10957 10958 10959 |
# File 'lib/aws-sdk-redshift/types.rb', line 10953 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.
10953 10954 10955 10956 10957 10958 10959 |
# File 'lib/aws-sdk-redshift/types.rb', line 10953 class RevisionTarget < Struct.new( :database_revision, :description, :database_revision_release_date) SENSITIVE = [] include Aws::Structure end |