Class: Aws::RDS::Types::ClusterPendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ClusterPendingModifiedValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
This data type is used as a response element in the ‘ModifyDBCluster` operation and contains changes that will be applied during the next maintenance window.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora.
-
#backup_retention_period ⇒ Integer
The number of days for which automatic DB snapshots are retained.
-
#db_cluster_identifier ⇒ String
The DBClusterIdentifier value for the DB cluster.
-
#engine_version ⇒ String
The database engine version.
-
#iam_database_authentication_enabled ⇒ Boolean
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
-
#iops ⇒ Integer
The Provisioned IOPS (I/O operations per second) value.
-
#master_user_password ⇒ String
The master credentials for the DB cluster.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
A list of the log types whose configuration is still pending.
-
#storage_type ⇒ String
The storage type for the DB cluster.
Instance Attribute Details
#allocated_storage ⇒ Integer
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora, ‘AllocatedStorage` always returns 1, because Aurora DB cluster storage size isn’t fixed, but instead automatically adjusts as needed.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#backup_retention_period ⇒ Integer
The number of days for which automatic DB snapshots are retained.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#db_cluster_identifier ⇒ String
The DBClusterIdentifier value for the DB cluster.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The database engine version.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#iam_database_authentication_enabled ⇒ Boolean
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#master_user_password ⇒ String
The master credentials for the DB cluster.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage type for the DB cluster.
931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-rds/types.rb', line 931 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :allocated_storage, :iops, :storage_type) SENSITIVE = [] include Aws::Structure end |