Class: Aws::Redshift::Types::PendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PendingModifiedValues
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
Constant Summary collapse
- SENSITIVE =
[:master_user_password]
Instance Attribute Summary collapse
-
#automated_snapshot_retention_period ⇒ Integer
The pending or in-progress change of the automated snapshot retention period.
-
#cluster_identifier ⇒ String
The pending or in-progress change of the new identifier for the cluster.
-
#cluster_type ⇒ String
The pending or in-progress change of the cluster type.
-
#cluster_version ⇒ String
The pending or in-progress change of the service version.
-
#encryption_type ⇒ String
The encryption type for a cluster.
-
#enhanced_vpc_routing ⇒ Boolean
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
-
#maintenance_track_name ⇒ String
The name of the maintenance track that the cluster will change to during the next maintenance window.
-
#master_user_password ⇒ String
The pending or in-progress change of the admin user password for the cluster.
-
#node_type ⇒ String
The pending or in-progress change of the cluster's node type.
-
#number_of_nodes ⇒ Integer
The pending or in-progress change of the number of nodes in the cluster.
-
#publicly_accessible ⇒ Boolean
The pending or in-progress change of the ability to connect to the cluster from the public network.
Instance Attribute Details
#automated_snapshot_retention_period ⇒ Integer
The pending or in-progress change of the automated snapshot retention period.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#cluster_identifier ⇒ String
The pending or in-progress change of the new identifier for the cluster.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#cluster_type ⇒ String
The pending or in-progress change of the cluster type.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#cluster_version ⇒ String
The pending or in-progress change of the service version.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#encryption_type ⇒ String
The encryption type for a cluster. Possible values are: KMS and None.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#enhanced_vpc_routing ⇒ Boolean
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#maintenance_track_name ⇒ String
The name of the maintenance track that the cluster will change to during the next maintenance window.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#master_user_password ⇒ String
The pending or in-progress change of the admin user password for the cluster.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#node_type ⇒ String
The pending or in-progress change of the cluster's node type.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#number_of_nodes ⇒ Integer
The pending or in-progress change of the number of nodes in the cluster.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |
#publicly_accessible ⇒ Boolean
The pending or in-progress change of the ability to connect to the cluster from the public network.
9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9466 class PendingModifiedValues < Struct.new( :master_user_password, :node_type, :number_of_nodes, :cluster_type, :cluster_version, :automated_snapshot_retention_period, :cluster_identifier, :publicly_accessible, :enhanced_vpc_routing, :maintenance_track_name, :encryption_type) SENSITIVE = [:master_user_password] include Aws::Structure end |