Class: Aws::Redshift::Types::SecondaryClusterInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::SecondaryClusterInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The AvailabilityZone and ClusterNodes information of the secondary compute unit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The name of the Availability Zone in which the secondary compute unit of the cluster is located.
-
#cluster_nodes ⇒ Array<Types::ClusterNode>
The nodes in the secondary compute unit.
Instance Attribute Details
#availability_zone ⇒ String
The name of the Availability Zone in which the secondary compute unit of the cluster is located.
11358 11359 11360 11361 11362 11363 |
# File 'lib/aws-sdk-redshift/types.rb', line 11358 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end |
#cluster_nodes ⇒ Array<Types::ClusterNode>
The nodes in the secondary compute unit.
11358 11359 11360 11361 11362 11363 |
# File 'lib/aws-sdk-redshift/types.rb', line 11358 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end |