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.
-
#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.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
77 78 79 |
# File 'sig/types.rbs', line 77 def allocated_storage @allocated_storage end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
75 76 77 |
# File 'sig/types.rbs', line 75 def backup_retention_period @backup_retention_period end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
72 73 74 |
# File 'sig/types.rbs', line 72 def db_cluster_identifier @db_cluster_identifier end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
74 75 76 |
# File 'sig/types.rbs', line 74 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
73 74 75 |
# File 'sig/types.rbs', line 73 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
78 79 80 |
# File 'sig/types.rbs', line 78 def iops @iops end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
79 80 81 |
# File 'sig/types.rbs', line 79 def network_type @network_type end |
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
Returns the value of attribute pending_cloudwatch_logs_exports.
71 72 73 |
# File 'sig/types.rbs', line 71 def pending_cloudwatch_logs_exports @pending_cloudwatch_logs_exports end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
76 77 78 |
# File 'sig/types.rbs', line 76 def storage_type @storage_type end |