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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

Contains the new ‘AllocatedStorage` size for the DB instance that will be applied or is in progress.

Returns:

  • (Integer)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#backup_retention_periodInteger

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

Returns:

  • (Integer)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#ca_certificate_identifierString

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

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#db_instance_classString

Contains the new ‘DBInstanceClass` for the DB instance that will be applied or is in progress.

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#db_instance_identifierString

Contains the new ‘DBInstanceIdentifier` for the DB instance that will be applied or is in progress.

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#db_subnet_group_nameString

The new DB subnet group for the DB instance.

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#engine_versionString

Indicates the database engine version.

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#iopsInteger

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

Returns:

  • (Integer)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#license_modelString

The license model for the DB instance.

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

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#master_user_passwordString

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

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#multi_azBoolean

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

Returns:

  • (Boolean)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#portInteger

Specifies the pending port for the DB instance.

Returns:

  • (Integer)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end

#storage_typeString

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

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/aws-sdk-rds/types.rb', line 10229

class PendingModifiedValues < Struct.new(
  :db_instance_class,
  :allocated_storage,
  :master_user_password,
  :port,
  :backup_retention_period,
  :multi_az,
  :engine_version,
  :license_model,
  :iops,
  :db_instance_identifier,
  :storage_type,
  :ca_certificate_identifier,
  :db_subnet_group_name)
  include Aws::Structure
end