Class: Aws::Redshift::Types::FailoverPrimaryComputeInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::FailoverPrimaryComputeInputMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier of the cluster for which the primary compute unit will be failed over to another Availability Zone.
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 |