Class: Aws::Redshift::Types::FailoverPrimaryComputeInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::FailoverPrimaryComputeInputMessage
- Includes:
- Structure
- Defined in:
- 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.
6615 6616 6617 6618 6619 |
# File 'lib/aws-sdk-redshift/types.rb', line 6615 class FailoverPrimaryComputeInputMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |