ReservedDBInstancesOffering
public struct ReservedDBInstancesOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The currency code for the reserved DB instance offering.
Declaration
Swift
public let currencyCode: String? -
The DB instance class for the reserved DB instance.
Declaration
Swift
public let dBInstanceClass: String? -
The duration of the offering in seconds.
Declaration
Swift
public let duration: Int? -
The fixed price charged for this offering.
Declaration
Swift
public let fixedPrice: Double? -
Indicates if the offering applies to Multi-AZ deployments.
Declaration
Swift
public let multiAZ: Bool? -
The offering type.
Declaration
Swift
public let offeringType: String? -
The database engine used by the offering.
Declaration
Swift
public let productDescription: String? -
The recurring price charged to run this reserved DB instance.
Declaration
Swift
public let recurringCharges: [RecurringCharge]? -
The offering identifier.
Declaration
Swift
public let reservedDBInstancesOfferingId: String? -
The hourly price charged for this offering.
Declaration
Swift
public let usagePrice: Double? -
init(currencyCode:dBInstanceClass:duration:fixedPrice:multiAZ:offeringType:productDescription:recurringCharges:reservedDBInstancesOfferingId:usagePrice:)Undocumented
Declaration
Swift
public init(currencyCode: String? = nil, dBInstanceClass: String? = nil, duration: Int? = nil, fixedPrice: Double? = nil, multiAZ: Bool? = nil, offeringType: String? = nil, productDescription: String? = nil, recurringCharges: [RecurringCharge]? = nil, reservedDBInstancesOfferingId: String? = nil, usagePrice: Double? = nil)
View on GitHub
ReservedDBInstancesOffering Structure Reference