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

Class: Aws::RDS::Types::PendingModifiedValues

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

Overview

This data type is used as a response element in the ModifyDBInstance action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage ⇒ Integer

Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

Returns:

  • (Integer) —

    Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

#backup_retention_period ⇒ Integer

Specifies the pending number of days for which automated backups are retained.

Returns:

  • (Integer) —

    Specifies the pending number of days for which automated backups are retained.

#ca_certificate_identifier ⇒ String

Specifies the identifier of the CA certificate for the DB instance.

Returns:

  • (String) —

    Specifies the identifier of the CA certificate for the DB instance.

#db_instance_class ⇒ String

Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

Returns:

  • (String) —

    Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

#db_instance_identifier ⇒ String

Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

Returns:

  • (String) —

    Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

#db_subnet_group_name ⇒ String

The new DB subnet group for the DB instance.

Returns:

  • (String) —

    The new DB subnet group for the DB instance.

#engine_version ⇒ String

Indicates the database engine version.

Returns:

  • (String) —

    Indicates the database engine version.

#iops ⇒ Integer

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

Returns:

  • (Integer) —

    Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

#license_model ⇒ String

The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

Returns:

  • (String) —

    The license model for the DB instance.

#master_user_password ⇒ String

Contains the pending or currently-in-progress change of the master credentials for the DB instance.

Returns:

  • (String) —

    Contains the pending or currently-in-progress change of the master credentials for the DB instance.

#multi_az ⇒ Boolean

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

Returns:

  • (Boolean) —

    Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports

A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.

Returns:

#port ⇒ Integer

Specifies the pending port for the DB instance.

Returns:

  • (Integer) —

    Specifies the pending port for the DB instance.

#processor_features ⇒ Array<Types::ProcessorFeature>

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

Returns:

  • (Array<Types::ProcessorFeature>) —

    The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

#storage_type ⇒ String

Specifies the storage type to be associated with the DB instance.

Returns:

  • (String) —

    Specifies the storage type to be associated with the DB instance.