Class: Aws::Redshift::Types::SecondaryClusterInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::SecondaryClusterInfo
- Defined in:
- gems/aws-sdk-redshift/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.
11467 11468 11469 11470 11471 11472 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11467 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.
11467 11468 11469 11470 11471 11472 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11467 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end |