PendingModifiedValues
public struct PendingModifiedValues : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Contains the new AllocatedStorage size for then instance that will be applied or is currently being applied. DeclarationSwift public let allocatedStorage: Int?
- 
                  
                  Specifies the pending number of days for which automated backups are retained. DeclarationSwift public let backupRetentionPeriod: Int?
- 
                  
                  Specifies the identifier of the certificate authority (CA) certificate for the DB instance. DeclarationSwift public let cACertificateIdentifier: String?
- 
                  
                  Contains the new DBInstanceClass for the instance that will be applied or is currently being applied. DeclarationSwift public let dBInstanceClass: String?
- 
                  
                  Contains the new DBInstanceIdentifier for the instance that will be applied or is currently being applied. DeclarationSwift public let dBInstanceIdentifier: String?
- 
                  
                  The new subnet group for the instance. DeclarationSwift public let dBSubnetGroupName: String?
- 
                  
                  Indicates the database engine version. DeclarationSwift public let engineVersion: String?
- 
                  
                  Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied. DeclarationSwift public let iops: Int?
- 
                  
                  The license model for the instance. Valid values: license-included, bring-your-own-license, general-public-license DeclarationSwift public let licenseModel: String?
- 
                  
                  Contains the pending or currently in-progress change of the master credentials for the instance. DeclarationSwift public let masterUserPassword: String?
- 
                  
                  Indicates that the Single-AZ instance is to change to a Multi-AZ deployment. DeclarationSwift public let multiAZ: Bool?
- 
                  
                  A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated. DeclarationSwift public let pendingCloudwatchLogsExports: PendingCloudwatchLogsExports?
- 
                  
                  Specifies the pending port for the instance. DeclarationSwift public let port: Int?
- 
                  
                  Specifies the storage type to be associated with the instance. DeclarationSwift public let storageType: String?
- 
                  init(allocatedStorage:backupRetentionPeriod:cACertificateIdentifier:dBInstanceClass:dBInstanceIdentifier:dBSubnetGroupName:engineVersion:iops:licenseModel:masterUserPassword:multiAZ:pendingCloudwatchLogsExports:port:storageType:)Undocumented DeclarationSwift public init(allocatedStorage: Int? = nil, backupRetentionPeriod: Int? = nil, cACertificateIdentifier: String? = nil, dBInstanceClass: String? = nil, dBInstanceIdentifier: String? = nil, dBSubnetGroupName: String? = nil, engineVersion: String? = nil, iops: Int? = nil, licenseModel: String? = nil, masterUserPassword: String? = nil, multiAZ: Bool? = nil, pendingCloudwatchLogsExports: PendingCloudwatchLogsExports? = nil, port: Int? = nil, storageType: String? = nil)
 View on GitHub
View on GitHub PendingModifiedValues Structure Reference
        PendingModifiedValues Structure Reference