Class: Aws::Types::PendingModifiedValues

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def allocated_storage
  @allocated_storage
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def ca_certificate_identifier
  @ca_certificate_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def db_instance_identifier
  @db_instance_identifier
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def db_subnet_group_name
  @db_subnet_group_name
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def license_model
  @license_model
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def master_user_password
  @master_user_password
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def multi_az
  @multi_az
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

Returns the value of attribute pending_cloudwatch_logs_exports.



1473
1474
1475
# File 'sig/types.rbs', line 1473

def pending_cloudwatch_logs_exports
  @pending_cloudwatch_logs_exports
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def port
  @port
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def storage_type
  @storage_type
end