Class: Aws::Types::ClusterPendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::ClusterPendingModifiedValues
- 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.
-
#certificate_details ⇒ Types::CertificateDetails
Returns the value of attribute certificate_details.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#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.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
-
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Returns the value of attribute rds_custom_cluster_configuration.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
231 232 233 |
# File 'sig/types.rbs', line 231 def allocated_storage @allocated_storage end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
229 230 231 |
# File 'sig/types.rbs', line 229 def backup_retention_period @backup_retention_period end |
#certificate_details ⇒ Types::CertificateDetails
Returns the value of attribute certificate_details.
234 235 236 |
# File 'sig/types.rbs', line 234 def certificate_details @certificate_details end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
225 226 227 |
# File 'sig/types.rbs', line 225 def db_cluster_identifier @db_cluster_identifier end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
228 229 230 |
# File 'sig/types.rbs', line 228 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
227 228 229 |
# File 'sig/types.rbs', line 227 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
233 234 235 |
# File 'sig/types.rbs', line 233 def iops @iops end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
226 227 228 |
# File 'sig/types.rbs', line 226 def master_user_password @master_user_password end |
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
224 225 226 |
# File 'sig/types.rbs', line 224 def pending_cloudwatch_logs_exports @pending_cloudwatch_logs_exports end |
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Returns the value of attribute rds_custom_cluster_configuration.
232 233 234 |
# File 'sig/types.rbs', line 232 def rds_custom_cluster_configuration @rds_custom_cluster_configuration end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
230 231 232 |
# File 'sig/types.rbs', line 230 def storage_type @storage_type end |