Class: Aws::Redshift::Types::UpdateTarget

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

Overview

A maintenance track that you can switch the current track to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_versionString

The cluster version for the new maintenance track.

Returns:

  • (String)


12001
12002
12003
12004
12005
12006
12007
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12001

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

#maintenance_track_nameString

The name of the new maintenance track.

Returns:

  • (String)


12001
12002
12003
12004
12005
12006
12007
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12001

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

#supported_operationsArray<Types::SupportedOperation>

A list of operations supported by the maintenance track.

Returns:



12001
12002
12003
12004
12005
12006
12007
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12001

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