Class: Aws::Redshift::Types::FailoverPrimaryComputeInputMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.

Returns:

  • (String)


6735
6736
6737
6738
6739
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6735

class FailoverPrimaryComputeInputMessage < Struct.new(
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end