You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterPendingModifiedValues

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterPendingModifiedValues as input to an Aws::Client method, you can use a vanilla Hash:

{
  automated_snapshot_retention_period: 1,
  cluster_identifier: "NonEmptyString",
  cluster_type: "NonEmptyString",
  cluster_version: "NonEmptyString",
  encryption_type: "NonEmptyString",
  enhanced_vpc_routing: false,
  maintenance_track_name: "NonEmptyString",
  master_user_password: "NonEmptyString",
  node_type: "NonEmptyString",
  number_of_nodes: 1,
  publicly_accessible: false,
}

Changes to the Amazon Redshift cluster that are currently pending.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#automated_snapshot_retention_periodInteger

The pending or in-progress change to the automated snapshot retention period.

Returns:

  • (Integer)

    The pending or in-progress change to the automated snapshot retention period.

#cluster_identifierString

The pending or in-progress change to the identifier for the cluster.

Returns:

  • (String)

    The pending or in-progress change to the identifier for the cluster.

#cluster_typeString

The pending or in-progress change to the cluster type.

Returns:

  • (String)

    The pending or in-progress change to the cluster type.

#cluster_versionString

The pending or in-progress change to the service version.

Returns:

  • (String)

    The pending or in-progress change to the service version.

#encryption_typeString

The encryption type for a cluster.

Returns:

  • (String)

    The encryption type for a cluster.

#enhanced_vpc_routingBoolean

Indicates whether to create the cluster with enhanced VPC routing enabled.

Returns:

  • (Boolean)

    Indicates whether to create the cluster with enhanced VPC routing enabled.

#maintenance_track_nameString

The name of the maintenance track that the cluster changes to during the next maintenance window.

Returns:

  • (String)

    The name of the maintenance track that the cluster changes to during the next maintenance window.

#master_user_passwordString

The pending or in-progress change to the master user password for the cluster.

Returns:

  • (String)

    The pending or in-progress change to the master user password for the cluster.

#node_typeString

The pending or in-progress change to the cluster\'s node type.

Returns:

  • (String)

    The pending or in-progress change to the cluster\'s node type.

#number_of_nodesInteger

The pending or in-progress change to the number of nodes in the cluster.

Returns:

  • (Integer)

    The pending or in-progress change to the number of nodes in the cluster.

#publicly_accessibleBoolean

The pending or in-progress change to whether the cluster can be connected to from the public network.

Returns:

  • (Boolean)

    The pending or in-progress change to whether the cluster can be connected to from the public network.