Method: Aws::SecurityHub::Types::AwsRedshiftClusterPendingModifiedValues#number_of_nodes
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#number_of_nodes ⇒ Integer
The pending or in-progress change to the number of nodes in the cluster.
17392 17393 17394 17395 17396 17397 17398 17399 17400 17401 17402 17403 17404 17405 17406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17392 class AwsRedshiftClusterPendingModifiedValues < Struct.new( :automated_snapshot_retention_period, :cluster_identifier, :cluster_type, :cluster_version, :encryption_type, :enhanced_vpc_routing, :maintenance_track_name, :master_user_password, :node_type, :number_of_nodes, :publicly_accessible) SENSITIVE = [] include Aws::Structure end |