Class: Aws::Types::PendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
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.
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.
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.
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.
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.
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.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
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.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def master_user_password @master_user_password end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def multi_az @multi_az end |
#pending_cloudwatch_logs_exports ⇒ Types::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.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def port @port end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def storage_type @storage_type end |