Class: Aws::Types::PendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#automation_mode ⇒ "full", "all-paused"
Returns the value of attribute automation_mode.
-
#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.
-
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#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.
-
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
-
#resume_full_automation_mode_time ⇒ ::Time
Returns the value of attribute resume_full_automation_mode_time.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
3522 3523 3524 |
# File 'sig/types.rbs', line 3522 def additional_storage_volumes @additional_storage_volumes end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def allocated_storage @allocated_storage end |
#automation_mode ⇒ "full", "all-paused"
Returns the value of attribute automation_mode.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def automation_mode @automation_mode end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3504 3505 3506 |
# File 'sig/types.rbs', line 3504 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def ca_certificate_identifier @ca_certificate_identifier end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3500 3501 3502 |
# File 'sig/types.rbs', line 3500 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def db_instance_identifier @db_instance_identifier end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def db_subnet_group_name @db_subnet_group_name end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def dedicated_log_volume @dedicated_log_volume end |
#engine ⇒ ::String
Returns the value of attribute engine.
3521 3522 3523 |
# File 'sig/types.rbs', line 3521 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3506 3507 3508 |
# File 'sig/types.rbs', line 3506 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3507 3508 3509 |
# File 'sig/types.rbs', line 3507 def license_model @license_model end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3502 3503 3504 |
# File 'sig/types.rbs', line 3502 def master_user_password @master_user_password end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def multi_az @multi_az end |
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def multi_tenant @multi_tenant end |
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def pending_cloudwatch_logs_exports @pending_cloudwatch_logs_exports end |
#port ⇒ ::Integer
Returns the value of attribute port.
3503 3504 3505 |
# File 'sig/types.rbs', line 3503 def port @port end |
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def processor_features @processor_features end |
#resume_full_automation_mode_time ⇒ ::Time
Returns the value of attribute resume_full_automation_mode_time.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def resume_full_automation_mode_time @resume_full_automation_mode_time end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
3509 3510 3511 |
# File 'sig/types.rbs', line 3509 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def storage_type @storage_type end |