Class: Aws::Redshift::Types::SecondaryClusterInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneString

The name of the Availability Zone in which the secondary compute unit of the cluster is located.

Returns:

  • (String)


11055
11056
11057
11058
11059
11060
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11055

class SecondaryClusterInfo < Struct.new(
  :availability_zone,
  :cluster_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nodesArray<Types::ClusterNode>

The nodes in the secondary compute unit.

Returns:



11055
11056
11057
11058
11059
11060
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11055

class SecondaryClusterInfo < Struct.new(
  :availability_zone,
  :cluster_nodes)
  SENSITIVE = []
  include Aws::Structure
end