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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6776
6777
6778
6779
6780
# File 'lib/aws-sdk-redshift/types.rb', line 6776

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