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)


6616
6617
6618
6619
6620
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6616

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