Class: Aws::Types::AwsRdsDbPendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbPendingModifiedValues
- 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_cloud_watch_logs_exports ⇒ Types::AwsRdsPendingCloudWatchLogsExports
Returns the value of attribute pending_cloud_watch_logs_exports.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def allocated_storage @allocated_storage end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def ca_certificate_identifier @ca_certificate_identifier end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3603 3604 3605 |
# File 'sig/types.rbs', line 3603 def db_instance_identifier @db_instance_identifier end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3606 3607 3608 |
# File 'sig/types.rbs', line 3606 def db_subnet_group_name @db_subnet_group_name end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3602 3603 3604 |
# File 'sig/types.rbs', line 3602 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3601 3602 3603 |
# File 'sig/types.rbs', line 3601 def license_model @license_model end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def master_user_password @master_user_password end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def multi_az @multi_az end |
#pending_cloud_watch_logs_exports ⇒ Types::AwsRdsPendingCloudWatchLogsExports
Returns the value of attribute pending_cloud_watch_logs_exports.
3607 3608 3609 |
# File 'sig/types.rbs', line 3607 def pending_cloud_watch_logs_exports @pending_cloud_watch_logs_exports end |
#port ⇒ ::Integer
Returns the value of attribute port.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def port @port end |
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
3608 3609 3610 |
# File 'sig/types.rbs', line 3608 def processor_features @processor_features end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3604 3605 3606 |
# File 'sig/types.rbs', line 3604 def storage_type @storage_type end |