Method: Aws::Redshift::Types::UpdateTarget#database_version

Defined in:
lib/aws-sdk-redshift/types.rb

#database_versionString

The cluster version for the new maintenance track.

Returns:

  • (String)


12782
12783
12784
12785
12786
12787
12788
# File 'lib/aws-sdk-redshift/types.rb', line 12782

class UpdateTarget < Struct.new(
  :maintenance_track_name,
  :database_version,
  :supported_operations)
  SENSITIVE = []
  include Aws::Structure
end