AwsRdsDbSnapshotDetails
public struct AwsRdsDbSnapshotDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let allocatedStorage: Int?
-
Undocumented
Declaration
Swift
public let availabilityZone: String?
-
Undocumented
Declaration
Swift
public let dbInstanceIdentifier: String?
-
Undocumented
Declaration
Swift
public let dbiResourceId: String?
-
Undocumented
Declaration
Swift
public let dbSnapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public let encrypted: Bool?
-
Undocumented
Declaration
Swift
public let engine: String?
-
Undocumented
Declaration
Swift
public let engineVersion: String?
-
Undocumented
Declaration
Swift
public let iamDatabaseAuthenticationEnabled: Bool?
-
Undocumented
Declaration
Swift
public let instanceCreateTime: String?
-
Undocumented
Declaration
Swift
public let iops: Int?
-
Undocumented
Declaration
Swift
public let kmsKeyId: String?
-
Undocumented
Declaration
Swift
public let licenseModel: String?
-
Undocumented
Declaration
Swift
public let masterUsername: String?
-
Undocumented
Declaration
Swift
public let optionGroupName: String?
-
Undocumented
Declaration
Swift
public let percentProgress: Int?
-
Undocumented
Declaration
Swift
public let port: Int?
-
Undocumented
Declaration
Swift
public let processorFeatures: [AwsRdsDbProcessorFeature]?
-
Undocumented
Declaration
Swift
public let snapshotCreateTime: String?
-
Undocumented
Declaration
Swift
public let snapshotType: String?
-
Undocumented
Declaration
Swift
public let sourceDbSnapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public let sourceRegion: String?
-
Undocumented
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public let storageType: String?
-
Undocumented
Declaration
Swift
public let tdeCredentialArn: String?
-
Undocumented
Declaration
Swift
public let timezone: String?
-
Undocumented
Declaration
Swift
public let vpcId: String?
-
init(allocatedStorage:availabilityZone:dbInstanceIdentifier:dbiResourceId:dbSnapshotIdentifier:encrypted:engine:engineVersion:iamDatabaseAuthenticationEnabled:instanceCreateTime:iops:kmsKeyId:licenseModel:masterUsername:optionGroupName:percentProgress:port:processorFeatures:snapshotCreateTime:snapshotType:sourceDbSnapshotIdentifier:sourceRegion:status:storageType:tdeCredentialArn:timezone:vpcId:)
Undocumented
Declaration
Swift
public init(allocatedStorage: Int? = nil, availabilityZone: String? = nil, dbInstanceIdentifier: String? = nil, dbiResourceId: String? = nil, dbSnapshotIdentifier: String? = nil, encrypted: Bool? = nil, engine: String? = nil, engineVersion: String? = nil, iamDatabaseAuthenticationEnabled: Bool? = nil, instanceCreateTime: String? = nil, iops: Int? = nil, kmsKeyId: String? = nil, licenseModel: String? = nil, masterUsername: String? = nil, optionGroupName: String? = nil, percentProgress: Int? = nil, port: Int? = nil, processorFeatures: [AwsRdsDbProcessorFeature]? = nil, snapshotCreateTime: String? = nil, snapshotType: String? = nil, sourceDbSnapshotIdentifier: String? = nil, sourceRegion: String? = nil, status: String? = nil, storageType: String? = nil, tdeCredentialArn: String? = nil, timezone: String? = nil, vpcId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws